Layer 220
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 ReadParticipantDate constructor
obj := &tg.ReadParticipantDate{
    UserId: int64(0),
    Date: 0,
}