class TelegramBot::ChatBoostSourceGiveaway

Included Modules

Defined in:

telegram_bot/types/chat_boost.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::ChatBoostSource

source : String source, source=(source : String) source=

Constructor methods inherited from class TelegramBot::ChatBoostSource

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new

Constructor Detail

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

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

Instance Method Detail

def giveaway_message_id : Int32 #

def giveaway_message_id=(giveaway_message_id : Int32) #

def is_unclaimed=(is_unclaimed : Bool | Nil) #

def is_unclaimed? : Bool | Nil #

def prize_star_count : Int64 | Nil #

def prize_star_count=(prize_star_count : Int64 | Nil) #

def source : String #

def source=(source : String) #

def user : User | Nil #

def user=(user : User | Nil) #