class TelegramBot::Sticker

Included Modules

Defined in:

telegram_bot/types/sticker.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 custom_emoji_id : String | Nil #

def custom_emoji_id=(custom_emoji_id : String | Nil) #

def emoji : String | Nil #

def emoji=(emoji : String | Nil) #

def file_id : String #

def file_id=(file_id : String) #

def file_size : Int64 | Nil #

def file_size=(file_size : Int64 | Nil) #

def file_unique_id : String #

def file_unique_id=(file_unique_id : String) #

def height : Int32 #

def height=(height : Int32) #

def is_animated=(is_animated : Bool) #

def is_animated? : Bool #

def is_video=(is_video : Bool) #

def is_video? : Bool #

def mask_position : MaskPosition | Nil #

def mask_position=(mask_position : MaskPosition | Nil) #

def needs_repainting=(needs_repainting : Bool | Nil) #

def needs_repainting? : Bool | Nil #

def premium_animation : File | Nil #

def premium_animation=(premium_animation : File | Nil) #

def set_name : String | Nil #

def set_name=(set_name : String | Nil) #

def thumbnail : PhotoSize | Nil #

def thumbnail=(thumbnail : PhotoSize | Nil) #

def type : String #

def type=(type : String) #

def width : Int32 #

def width=(width : Int32) #