Layer 220
ReadParticipantDate
Contains info about when a certain participant has read a message
constructor
readParticipantDate#4a4ff172 user_id:long date:int = ReadParticipantDate;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | User ID |
| Date | int | When the user read the message |
Returns
ReadParticipantDateGogram Example
// Creating ReadParticipantDate constructor obj := &tg.ReadParticipantDate{ UserId: int64(0), Date: 0, }