Raw.UpdateChatUserTyping

Raw.UpdateChatUserTyping

The user is preparing a message in a group; typing, recording, uploading, etc. this update is valid for 6 seconds. if no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing

updateChatUserTyping#83487af0 chat_id:long from_id:Peer action:SendMessageAction = Update;
export namespace Raw {
  export class UpdateChatUserTyping {
    constructor(params: {
      chatId: bigint;
      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: 0x83487af0

Property