diff --git a/chat.go b/chat.go index 80fb54a..cfb4da8 100644 --- a/chat.go +++ b/chat.go @@ -57,6 +57,7 @@ type Chat struct { ChatLocation *ChatLocation `json:"location,omitempty"` Private bool `json:"has_private_forwards,omitempty"` Protected bool `json:"has_protected_content,omitempty"` + NoVoiceAndVideo bool `json:"has_restricted_voice_and_video_messages"` } type ChatLocation struct {