Raw.UpdateChannelUserTyping
A user is typing in a supergroup, channel or message thread
updateChannelUserTyping#8c88c923 flags:# channel_id:long top_msg_id:flags.0?int from_id:Peer action:SendMessageAction = Update;export namespace Raw {
export class UpdateChannelUserTyping {
constructor(params: {
channelId: bigint;
topMsgId?: number;
fromId: Raw.TypePeer;
action: Raw.TypeSendMessageAction;
}) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0x8c88c923
Property
channelId: bigintChannel id
topMsgId: number or undefinedThread id
fromId: Raw.TypePeerThe peer that is typing
action: Raw.TypeSendMessageActionWhether the user is typing, sending a media or doing something else