Raw.messages.GetMessageReadParticipants

Raw.messages.GetMessageReadParticipants

Get which users read a specific message: only available for groups and supergroups with less than chatReadMarkSizeThreshold members, read receipts will be stored for chatReadMarkExpirePeriod seconds after the message was sent, see client configuration for more info.

messages.getMessageReadParticipants#31c1c44f peer:InputPeer msg_id:int = Vector<ReadParticipantDate>;
export namespace Raw {
  export namespace messages {
    export class GetMessageReadParticipants {
      constructor(params: { peer: Raw.TypeInputPeer; msgId: number }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x31c1c44f

Property

Results

Array of Raw.TypeReadParticipantDate