Raw.UpdateUserTyping

Raw.UpdateUserTyping

The user is preparing a message; 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

updateUserTyping#c01e857f user_id:long action:SendMessageAction = Update;
export namespace Raw {
  export class UpdateUserTyping {
    constructor(params: { userId: bigint; action: Raw.TypeSendMessageAction }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xc01e857f

Property