Raw.messages.GetOutboxReadDate
Get the exact read date of one of our messages, sent to a private chat with another user.
messages.getOutboxReadDate#8c4bfe5d peer:InputPeer msg_id:int = OutboxReadDate;
export namespace Raw {
export namespace messages {
export class GetOutboxReadDate {
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: 0x8c4bfe5d
Property
peer
: Raw.TypeInputPeerThe user to whom we sent the message.
msgId
: numberThe message id.