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