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