privacyValueAllowChatParticipants
Allow all participants of certain chats
type tg.PrivacyValueAllowChatParticipants struct { /* ... */ }
Implements PrivacyRule.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Chats | []int64 | yes | Allowed 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
- Official documentation
- Generated Go reference
- TL definition:
privacyValueAllowChatParticipants#6b134e8e