Sha256: e7627c206ccee551602e9dbd5c8f3a37c96b72debf556b2bc94313ef65935bd4

Contents?: true

Size: 193 Bytes

Versions: 1

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class GiveawayCreated < Base
        attribute? :prize_star_count, Types::Integer
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/giveaway_created.rb