class TelegramBot::Sticker
- TelegramBot::Sticker
- Reference
- Object
Defined in:
telegram_bot/types/sticker.crConstructors
Instance Method Summary
- #emoji : String | Nil
- #emoji=(_emoji : String | Nil)
- #file_id : String
- #file_id=(_file_id : String)
- #file_size : Int32 | Nil
- #file_size=(_file_size : Int32 | Nil)
- #height : Int32
- #height=(_height : Int32)
- #mask_position : MaskPosition | Nil
- #mask_position=(_mask_position : MaskPosition | Nil)
- #set_name : String | Nil
- #set_name=(_set_name : String | Nil)
- #thumb : PhotoSize | Nil
- #thumb=(_thumb : PhotoSize | Nil)
- #to_json(json : JSON::Builder)
- #width : Int32
- #width=(_width : Int32)