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>UpdateChannelUserTyping_

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

A user is typing in a supergroup, channel or message thread

Constructors

new
UpdateChannelUserTyping_(params: { channel_id: bigint; top_msg_id?: number; from_id: enums.Peer; action: enums.SendMessageAction; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
action: enums.SendMessageAction

Whether the user is typing, sending a media or doing something else

channel_id: bigint

Channel ID

from_id: enums.Peer

The peer that is typing

optional
top_msg_id: number

Static Properties

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