chatParticipant
Basic group member (not usable by supergroups).
type tg.ChatParticipant struct { /* ... */ }
Implements ChatParticipant.
Fieldsโ
| Name | Type | Required | Description |
|---|---|---|---|
UserID | int64 | yes | Member user ID |
InviterID | int64 | yes | ID of the user that added the member to the group |
Date | int | yes | Date added to the group |
Rank | string | โ | The participant's tag ยป. |
Referencesโ
- Official documentation
- Generated Go reference
- TL definition:
chatParticipant#38e79fde