class TelegramBot::Chat
- TelegramBot::Chat
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/chat.crConstructors
Instance Method Summary
- #all_members_are_administrators=(all_members_are_administrators : Bool | Nil)
- #all_members_are_administrators? : Bool | Nil
- #can_set_sticker_set=(can_set_sticker_set : Bool | Nil)
- #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)
- #type : String
- #type=(type : String)
- #username : String | Nil
- #username=(username : String | Nil)