Skip to main content
Module

x/grm/mod.ts>Api.PageBlockAuthorDate

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

Properties

author: Api.TypeRichText
className: "PageBlockAuthorDate"
classType: "constructor"
CONSTRUCTOR_ID: 3132089824
publishedDate: int
SUBCLASS_OF_ID: 449467972

Static Methods

fromReader(reader: Reader): PageBlockAuthorDate