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.5.4/mod.ts";
const { UpdateChannelUserTyping } = tl.Api;
Properties
action: Api.TypeSendMessageAction
fromId: Api.TypePeer
Static Methods
fromReader(reader: Reader): UpdateChannelUserTyping