Skip to main content
Module

x/grm/mod.ts>Api.UpdateNewChannelMessage

MTProto API Client for Deno 🦕
Go to Latest
class Api.UpdateNewChannelMessage
extends VirtualClass<{ message: Api.TypeMessage; pts: int; ptsCount: int; }>
import { Api } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { UpdateNewChannelMessage } = Api;

Properties

className: "UpdateNewChannelMessage"
classType: "constructor"
CONSTRUCTOR_ID: 1656358105
message: Api.TypeMessage
pts: int
ptsCount: int
SUBCLASS_OF_ID: 2676568142

Static Methods

fromReader(reader: Reader): UpdateNewChannelMessage