class TelegramBot::UniqueGiftModel

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 name : String #

def name=(name : String) #

def rarity : String | Nil #

def rarity=(rarity : String | Nil) #

def rarity_per_mille : Int32 #

def rarity_per_mille=(rarity_per_mille : Int32) #

def sticker : Sticker #

def sticker=(sticker : Sticker) #