readParticipantDate
Contains info about when a certain participant has read a message
type tg.ReadParticipantDate struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
UserID | int64 | yes | User ID |
Date | int | yes | When the user read the message |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
readParticipantDate#4a4ff172