class
TelegramBot::SharedUser
- TelegramBot::SharedUser
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/message_service.crConstructors
Instance Method Summary
- #first_name : String | Nil
- #first_name=(first_name : String | Nil)
- #last_name : String | Nil
- #last_name=(last_name : String | Nil)
- #photo : Array(PhotoSize) | Nil
- #photo=(photo : Array(PhotoSize) | Nil)
- #user_id : Int64
- #user_id=(user_id : Int64)
- #username : String | Nil
- #username=(username : String | Nil)