class TelegramBot::Animation

Included Modules

Defined in:

telegram_bot/types/animation.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def file_id : String #

def file_id=(file_id : String) #

def file_name : String | Nil #

def file_name=(file_name : String | Nil) #

def mime_type : String | Nil #

def mime_type=(mime_type : String | Nil) #

def thumb : PhotoSize | Nil #

def thumb=(thumb : PhotoSize | Nil) #

def type : Int32 | Nil #

def type=(type : Int32 | Nil) #