class TelegramBot::UniqueGiftInfo

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 gift : UniqueGift #

def gift=(gift : UniqueGift) #

def last_resale_amount : Int32 | Nil #

def last_resale_amount=(last_resale_amount : Int32 | Nil) #

def last_resale_currency : String | Nil #

def last_resale_currency=(last_resale_currency : String | Nil) #

def next_transfer_date : Int32 | Nil #

def next_transfer_date=(next_transfer_date : Int32 | Nil) #

def origin : String #

def origin=(origin : String) #

def owned_gift_id : String | Nil #

def owned_gift_id=(owned_gift_id : String | Nil) #

def transfer_star_count : Int32 | Nil #

def transfer_star_count=(transfer_star_count : Int32 | Nil) #