Raw.UpdateChannelUserTyping

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: 185
Constructor ID: 0x8c88c923

Property