Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.NotifyForumTopic
extends VirtualClass<{ peer: Api.TypePeer; topMsgId: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { NotifyForumTopic } = tl.Api;

Properties

className: "NotifyForumTopic"
classType: "constructor"
CONSTRUCTOR_ID: 577659656
peer: Api.TypePeer
SUBCLASS_OF_ID: 3756548142
topMsgId: int

Static Methods

fromReader(reader: Reader): NotifyForumTopic