Sha256: da412b3b3836f06965efab3ca254f368e6a63e64cf71e569512ed18f98e78d7d
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class GiveawayCompleted < Base attribute :winner_count, Types::Integer attribute? :unclaimed_prize_count, Types::Integer attribute? :giveaway_message, Message attribute? :is_star_giveaway, Types::True 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_completed.rb |