class TelegramBot::Chat
- TelegramBot::Chat
- Reference
- Object
Defined in:
telegram_bot/types/chat.crConstructors
Instance Method Summary
- #all_members_are_administrators : Bool | Nil
- #all_members_are_administrators=(_all_members_are_administrators : Bool | Nil)
- #can_set_sticker_set : Bool | Nil
- #can_set_sticker_set=(_can_set_sticker_set : Bool | Nil)
- #description : String | Nil
- #description=(_description : String | Nil)
- #first_name : String | Nil
- #first_name=(_first_name : String | Nil)
- #id : Int64
- #id=(_id : Int64)
- #invite_link : String | Nil
- #invite_link=(_invite_link : String | Nil)
- #last_name : String | Nil
- #last_name=(_last_name : String | Nil)
- #photo : ChatPhoto | Nil
- #photo=(_photo : ChatPhoto | Nil)
- #pinned_message : Message | Nil
- #pinned_message=(_pinned_message : Message | Nil)
- #sticker_set_name : String | Nil
- #sticker_set_name=(_sticker_set_name : String | Nil)
- #title : String | Nil
- #title=(_title : String | Nil)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)
- #username : String | Nil
- #username=(_username : String | Nil)