Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateChatUserTyping

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateChatUserTyping
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";
const { UpdateChatUserTyping } = types;

Constructors

new
UpdateChatUserTyping(params: { chatId: bigint; fromId: TypePeer; action: TypeSendMessageAction; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
action: TypeSendMessageAction
chatId: bigint
fromId: TypePeer

Static Properties

readonly
[paramDesc]: ParamDesc