Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateChannelUserTyping

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

Constructors

new
UpdateChannelUserTyping(params: { channelId: bigint; topMsgId?: number; fromId: TypePeer; action: TypeSendMessageAction; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
action: TypeSendMessageAction
channelId: bigint
fromId: TypePeer
optional
topMsgId: number

Static Properties

readonly
[paramDesc]: ParamDesc