ChatParticipants

---types---
chatParticipants#3cbc93f8 chat_id:long participants:Vector<ChatParticipant> version:int = ChatParticipants

Belongs to

ChatParticipants

In Rust this constructor is a variant of the enums::ChatParticipants enum.
Match on it with: if let enums::ChatParticipants::ChatParticipants(v) = result { ... }

Parameters

chat_idlongrequired
participantsVector<ChatParticipant>required
versionintrequired