Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateUserTyping

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

Constructors

new
UpdateUserTyping(params: { userId: bigint; action: TypeSendMessageAction; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
action: TypeSendMessageAction
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc