Layer 220
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

PrivacyRule

Gogram Example

// Creating PrivacyValueAllowChatParticipants constructor
obj := &tg.PrivacyValueAllowChatParticipants{
    Chats: []long{},
}