- API ›
- Constructors ›
- InputPrivacyValueDisallowChatParticipants
InputPrivacyValueDisallowChatParticipants
---types--- inputPrivacyValueDisallowChatParticipants#e94f0f86 chats:Vector<long> = InputPrivacyRule
Belongs to
| InputPrivacyRule |
In Rust this constructor is a variant of the enums::InputPrivacyRule enum.
Match on it with: if let enums::InputPrivacyRule::InputPrivacyValueDisallowChatParticipants(v) = result { ... }