class TelegramBot::Models::ChatPhoto

Overview

https://core.telegram.org/bots/api#chatphoto

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

https://core.telegram.org/bots/api#chatphoto


[View source]

Instance Method Detail

def big_file_id : String #

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

[View source]
def big_file_unique_id : String #

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

[View source]
def small_file_id : String #

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

[View source]
def small_file_unique_id : String #

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

[View source]