class TelegramBot::VideoNote

Included Modules

Defined in:

telegram_bot/types/video_note.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def duration : Int32 #

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

[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 file_unique_id : String #

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

[View source]
def length : Int32 #

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

[View source]
def thumb : PhotoSize | Nil #

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

[View source]