class TelegramBot::SharedUser

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 first_name : String | Nil #

def first_name=(first_name : String | Nil) #

def last_name : String | Nil #

def last_name=(last_name : String | Nil) #

def photo : Array(PhotoSize) | Nil #

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

def user_id : Int64 #

def user_id=(user_id : Int64) #

def username : String | Nil #

def username=(username : String | Nil) #