class TelegramBot::GiveawayCompleted

Included Modules

Defined in:

telegram_bot/types/giveaway.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def giveaway_message : Message | Nil #

def giveaway_message=(giveaway_message : Message | Nil) #

def is_star_giveaway=(is_star_giveaway : Bool | Nil) #

def is_star_giveaway? : Bool | Nil #

def unclaimed_prize_count : Int32 | Nil #

def unclaimed_prize_count=(unclaimed_prize_count : Int32 | Nil) #

def winner_count : Int32 #

def winner_count=(winner_count : Int32) #