Skip to main content
Module

x/grm/mod.ts>Api.InputNotifyForumTopic

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

Properties

className: "InputNotifyForumTopic"
classType: "constructor"
CONSTRUCTOR_ID: 1548122514
peer: Api.TypeInputPeer
SUBCLASS_OF_ID: 1486362133
topMsgId: int

Static Methods

fromReader(reader: Reader): InputNotifyForumTopic