Skip to main content
Module

x/grm/mod.ts>tl.Api.UpdateChannelUserTyping

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.UpdateChannelUserTyping
extends VirtualClass<{ channelId: long; topMsgId?: int; fromId: Api.TypePeer; action: Api.TypeSendMessageAction; }>
import { tl } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { UpdateChannelUserTyping } = tl.Api;

Properties

channelId: long
className: "UpdateChannelUserTyping"
classType: "constructor"
CONSTRUCTOR_ID: 2357774627
fromId: Api.TypePeer
SUBCLASS_OF_ID: 2676568142
optional
topMsgId: int