Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>UpdateEncryptedChatTyping_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateEncryptedChatTyping_
extends _Update_
import { UpdateEncryptedChatTyping_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

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.

Constructors

new
UpdateEncryptedChatTyping_(params: { chat_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chat_id: number

Chat ID

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc