Skip to main content

inputPrivacyValueDisallowChatParticipants

Disallow only participants of certain chats

type tg.InputPrivacyValueDisallowChatParticipants struct { /* ... */ }

Implements InputPrivacyRule.

Fields

NameTypeRequiredDescription
Chats[]int64yesDisallowed chat IDs (either a chat or a supergroup ID, verbatim the way it is received in the constructor (i.e. unlike with bot API IDs, here group and supergroup IDs should be treated in the same way)).

References