class
TelegramBot::Gift
- TelegramBot::Gift
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/gift.crConstructors
Instance Method Summary
- #background : GiftBackground | Nil
- #background=(background : GiftBackground | Nil)
- #has_colors=(has_colors : Bool | Nil)
- #has_colors? : Bool | Nil
- #id : String
- #id=(id : String)
- #is_premium=(is_premium : Bool | Nil)
- #is_premium? : Bool | Nil
- #personal_remaining_count : Int32 | Nil
- #personal_remaining_count=(personal_remaining_count : Int32 | Nil)
- #personal_total_count : Int32 | Nil
- #personal_total_count=(personal_total_count : Int32 | Nil)
- #publisher_chat : Chat | Nil
- #publisher_chat=(publisher_chat : Chat | Nil)
- #remaining_count : Int32 | Nil
- #remaining_count=(remaining_count : Int32 | Nil)
- #star_count : Int32
- #star_count=(star_count : Int32)
- #sticker : Sticker
- #sticker=(sticker : Sticker)
- #total_count : Int32 | Nil
- #total_count=(total_count : Int32 | Nil)
- #unique_gift_variant_count : Int32 | Nil
- #unique_gift_variant_count=(unique_gift_variant_count : Int32 | Nil)
- #upgrade_star_count : Int32 | Nil
- #upgrade_star_count=(upgrade_star_count : Int32 | Nil)