class TelegramBot::Models::Chat
- TelegramBot::Models::Chat
- TelegramBot::Models::Base
- Reference
- Object
Overview
https://core.telegram.org/bots/api#chat
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#chat
Instance Method Summary
- #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)
- #permissions : ChatPermissions | Nil
- #permissions=(permissions : ChatPermissions | Nil)
- #photo : ChatPhoto | Nil
- #photo=(photo : ChatPhoto | Nil)
- #pinned_message : Message | Nil
- #pinned_message=(pinned_message : Message | Nil)
- #slow_mode_delay : Int32 | Nil
- #slow_mode_delay=(slow_mode_delay : Int32 | 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)