Details of a group member.
chatParticipant#c8d7493e user_id:int inviter_id:int date:int = ChatParticipant;
chatParticipantCreator#da13538a user_id:int = ChatParticipant;
chatParticipantAdmin#e2d6e436 user_id:int inviter_id:int date:int = ChatParticipant;
| Constructor | Description |
|---|---|
| chatParticipant | Basic group member (not usable by supergroups). |
| chatParticipantCreator | Represents the creator of the basic group ยป |
| chatParticipantAdmin | Basic group admin (not usable by supergroups). |