Raw.UpdateEncryptedMessagesRead

Raw.UpdateEncryptedMessagesRead

Communication history in an encrypted chat was marked as read.

updateEncryptedMessagesRead#38fe25b7 chat_id:int max_date:int date:int = Update;
export namespace Raw {
  export class UpdateEncryptedMessagesRead {
    constructor(params: { chatId: number; maxDate: number; date: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x38fe25b7

Property

  • chatId : number

    Chat id

  • maxDate : number

    Maximum value of data for read messages

  • date : number

    Time when messages were read