Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageBlockEmbedPost

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { url: string; webpageId: BigInteger; authorPhotoId: BigInteger; author: string; date: number; blocks: TypePageBlock[]; caption: PageCaption }

Type declaration

  • url: string
  • webpageId: BigInteger
  • authorPhotoId: BigInteger
  • author: string
  • date: number
  • blocks: TypePageBlock[]
  • caption: PageCaption
CONSTRUCTOR_ID: 4065961995
SUBCLASS_OF_ID: 449467972
classType: "constructor"
className: "PageBlockEmbedPost"
url: string
webpageId: BigInteger
authorPhotoId: BigInteger
author: string
date: number
blocks: TypePageBlock[]
caption: PageCaption

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { url: string; webpageId: BigInteger; authorPhotoId: BigInteger; author: string; date: number; blocks: TypePageBlock[]; caption: PageCaption }

Constructors

Generated using TypeDoc