ChatParticipant

---types---
chatParticipant#38e79fde user_id:long inviter_id:long date:int rank:flags.0?string = ChatParticipant

Belongs to

ChatParticipant

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

Parameters

user_idlongrequired
inviter_idlongrequired
dateintrequired
rankstringoptional