class TelegramBot::ChatShared

Included Modules

Defined in:

telegram_bot/types/message_service.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def chat_id : Int64 #

def chat_id=(chat_id : Int64) #

def photo : Array(PhotoSize) | Nil #

def photo=(photo : Array(PhotoSize) | Nil) #

def request_id : Int32 #

def request_id=(request_id : Int32) #

def title : String | Nil #

def title=(title : String | Nil) #

def username : String | Nil #

def username=(username : String | Nil) #