Raw.ReadParticipantDate

Raw.ReadParticipantDate

Contains info about when a certain participant has read a message

readParticipantDate#4a4ff172 user_id:long date:int = ReadParticipantDate;
export namespace Raw {
  export class ReadParticipantDate {
    constructor(params: { userId: bigint; date: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x4a4ff172

Property

  • userId : bigint

    User id

  • date : number

    When the user read the message