class
TelegramBot::Sticker
- TelegramBot::Sticker
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/sticker.crConstructors
Instance Method Summary
- #custom_emoji_id : String | Nil
- #custom_emoji_id=(custom_emoji_id : String | Nil)
- #emoji : String | Nil
- #emoji=(emoji : String | Nil)
- #file_id : String
- #file_id=(file_id : String)
- #file_size : Int64 | Nil
- #file_size=(file_size : Int64 | Nil)
- #file_unique_id : String
- #file_unique_id=(file_unique_id : String)
- #height : Int32
- #height=(height : Int32)
- #is_animated=(is_animated : Bool)
- #is_animated? : Bool
- #is_video=(is_video : Bool)
- #is_video? : Bool
- #mask_position : MaskPosition | Nil
- #mask_position=(mask_position : MaskPosition | Nil)
- #needs_repainting=(needs_repainting : Bool | Nil)
- #needs_repainting? : Bool | Nil
- #premium_animation : File | Nil
- #premium_animation=(premium_animation : File | Nil)
- #set_name : String | Nil
- #set_name=(set_name : String | Nil)
- #thumbnail : PhotoSize | Nil
- #thumbnail=(thumbnail : PhotoSize | Nil)
- #type : String
- #type=(type : String)
- #width : Int32
- #width=(width : Int32)