Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

MTProto API Client for Deno 🦕
Go to 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.5.2/src/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