Raw.InputPeerUserFromMessage
Defines a min user that was seen in a certain message of a certain chat.
inputPeerUserFromMessage#a87b0a1c peer:InputPeer msg_id:int user_id:long = InputPeer;
export namespace Raw {
export class InputPeerUserFromMessage {
constructor(params: { peer: Raw.TypeInputPeer; msgId: number; userId: bigint }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xa87b0a1c
Property
peer
: Raw.TypeInputPeerThe chat where the user was seen
msgId
: numberThe message id
userId
: bigintThe identifier of the user that was seen