Raw.messages.SetTyping
Sends a current user typing event (see sendmessageaction for all event types) to a conversation partner or group.
messages.setTyping#58943ee2 flags:# peer:InputPeer top_msg_id:flags.0?int action:SendMessageAction = Bool;
export namespace Raw {
export namespace messages {
export class SetTyping {
constructor(params: {
peer: Raw.TypeInputPeer;
topMsgId?: number;
action: Raw.TypeSendMessageAction;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x58943ee2
Property
peer
: Raw.TypeInputPeerTarget user or group
topMsgId
: number or undefinedTopic id
action
: Raw.TypeSendMessageActionType of action