class TelegramBot::Sticker
- TelegramBot::Sticker
- Reference
- Object
Included Modules
- JSON::Serializable
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)
- #width : Int32
- #width=(width : Int32)