Layer 224
ReadParticipantDateObj
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 ReadParticipantDateObj constructor obj := &tg.ReadParticipantDateObj{ UserId: int64(1234567890), Date: 42, }