Layer 220
PrivacyValueAllowChatParticipants
Allow all participants of certain chats
constructor
privacyValueAllowChatParticipants#6b134e8e chats:Vector<long> = PrivacyRule;
Parameters
| Name | Type | Description |
|---|---|---|
| Chats | Vector<long> | 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)). |
Returns
PrivacyRuleGogram Example
// Creating PrivacyValueAllowChatParticipants constructor obj := &tg.PrivacyValueAllowChatParticipants{ Chats: []long{}, }