Raw.InputUserFromMessage
Defines a min user that was seen in a certain message of a certain chat.
inputUserFromMessage#1da448e2 peer:InputPeer msg_id:int user_id:long = InputUser;
export namespace Raw {
export class InputUserFromMessage {
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: 0x1da448e2
Property
peer
: Raw.TypeInputPeerThe chat where the user was seen
msgId
: numberThe message id
userId
: bigintThe identifier of the user that was seen