class TelegramBot::Sticker

Included Modules

Defined in:

telegram_bot/types/sticker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def emoji : String | Nil #

def emoji=(emoji : String | Nil) #

def file_id : String #

def file_id=(file_id : String) #

def file_size : Int32 | Nil #

def file_size=(file_size : Int32 | Nil) #

def height : Int32 #

def height=(height : Int32) #

def mask_position : MaskPosition | Nil #

def mask_position=(mask_position : MaskPosition | Nil) #

def set_name : String | Nil #

def set_name=(set_name : String | Nil) #

def thumb : PhotoSize | Nil #

def thumb=(thumb : PhotoSize | Nil) #

def width : Int32 #

def width=(width : Int32) #