Raw.UpdateEncryptedChatTyping

Raw.UpdateEncryptedChatTyping

Interlocutor is typing a message in an encrypted chat. update period is 6 second. if upon this time there is no repeated update, it shall be considered that the interlocutor stopped typing.

updateEncryptedChatTyping#1710f156 chat_id:int = Update;
export namespace Raw {
  export class UpdateEncryptedChatTyping {
    constructor(params: { chatId: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x1710f156

Property