class TelegramBot::File

Defined in:

telegram_bot/types/file.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def file_id : String #

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

[View source]
def file_path : String | Nil #

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

[View source]
def file_size : Int32 | Nil #

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

[View source]
def to_json(json : JSON::Builder) #

[View source]