@@ -46,19 +46,19 @@ type Chat struct {
4646 Still bool `json:"is_member,omitempty"`
4747
4848 // Returns only in getChat
49- Bio string `json:"bio,omitempty"`
50- Photo * ChatPhoto `json:"photo,omitempty"`
51- HasPrivateForwards bool `json:"has_private_forwards ,omitempty"`
52- Description string `json:"description ,omitempty"`
53- InviteLink string `json:"invite_link ,omitempty"`
54- PinnedMessage * Message `json:"pinned_message ,omitempty"`
55- Permissions * Rights `json:"permissions ,omitempty"`
56- SlowMode int `json:"slow_mode_delay ,omitempty"`
57- HasProtectedContent bool `json:"has_protected_content ,omitempty"`
58- StickerSet string `json:"sticker_set_name ,omitempty"`
59- CanSetStickerSet bool `json:"can_set_sticker_set ,omitempty"`
60- LinkedChatID int64 `json:"linked_chat_id ,omitempty"`
61- ChatLocation * ChatLocation `json:"location ,omitempty"`
49+ Bio string `json:"bio,omitempty"`
50+ Photo * ChatPhoto `json:"photo,omitempty"`
51+ Description string `json:"description ,omitempty"`
52+ InviteLink string `json:"invite_link ,omitempty"`
53+ PinnedMessage * Message `json:"pinned_message ,omitempty"`
54+ Permissions * Rights `json:"permissions ,omitempty"`
55+ SlowMode int `json:"slow_mode_delay ,omitempty"`
56+ StickerSet string `json:"sticker_set_name ,omitempty"`
57+ CanSetStickerSet bool `json:"can_set_sticker_set ,omitempty"`
58+ LinkedChatID int64 `json:"linked_chat_id ,omitempty"`
59+ ChatLocation * ChatLocation `json:"location ,omitempty"`
60+ Private bool `json:"has_private_forwards ,omitempty"`
61+ Protected bool `json:"has_protected_content ,omitempty"`
6262}
6363
6464type ChatLocation struct {
0 commit comments