Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grm/src/mod.ts>tl.Api.UpdateChatUserTyping

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

Properties

action: Api.TypeSendMessageAction
chatId: long
className: "UpdateChatUserTyping"
classType: "constructor"
CONSTRUCTOR_ID: 2202565360
fromId: Api.TypePeer
SUBCLASS_OF_ID: 2676568142

Static Methods

fromReader(reader: Reader): UpdateChatUserTyping