Raw.messages.SetEncryptedTyping
Send typing event by the current user to a secret chat.
messages.setEncryptedTyping#791451ed peer:InputEncryptedChat typing:Bool = Bool;
export namespace Raw {
export namespace messages {
export class SetEncryptedTyping {
constructor(params: { peer: Raw.TypeInputEncryptedChat; typing: boolean }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x791451ed
Property
peer
: Raw.TypeInputEncryptedChatSecret chat id
typing
: booleanTyping.possible values:(booltrue), if the user started typing and more than 5 seconds have passed since the last request(boolfalse), if the user stopped typing