Skip to main content
Module

x/grm/mod.ts>Api.UpdateChannelReadMessagesContents

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

Properties

channelId: long
className: "UpdateChannelReadMessagesContents"
classType: "constructor"
CONSTRUCTOR_ID: 3928556893
messages: int[]
SUBCLASS_OF_ID: 2676568142
optional
topMsgId: int