class TelegramBot::Sticker

Included Modules

Defined in:

telegram_bot/types/sticker.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def emoji : String | Nil #

[View source]
def emoji=(emoji : String | Nil) #

[View source]
def file_id : String #

[View source]
def file_id=(file_id : String) #

[View source]
def file_size : Int32 | Nil #

[View source]
def file_size=(file_size : Int32 | Nil) #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def mask_position : MaskPosition | Nil #

[View source]
def mask_position=(mask_position : MaskPosition | Nil) #

[View source]
def set_name : String | Nil #

[View source]
def set_name=(set_name : String | Nil) #

[View source]
def thumb : PhotoSize | Nil #

[View source]
def thumb=(thumb : PhotoSize | Nil) #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]