Skip to main content
Module

x/grm/mod.ts>Api.UpdateChannelUserTyping

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

Properties

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