class TelegramBot::OwnedGifts

Included Modules

Defined in:

telegram_bot/types/gift.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 gifts : Array(OwnedGift) #

def gifts=(gifts : Array(OwnedGift)) #

def next_offset : String | Nil #

def next_offset=(next_offset : String | Nil) #

def total_count : Int32 #

def total_count=(total_count : Int32) #