Layer 224
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

Gogram Example

// Creating ReadParticipantDateObj constructor
obj := &tg.ReadParticipantDateObj{
    UserId: int64(1234567890),
    Date: 42,
}