Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageBlockPhoto

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { photoId: BigInteger; caption: PageCaption; url?: string; webpageId?: BigInteger }

Type declaration

  • photoId: BigInteger
  • caption: PageCaption
  • Optional url?: string
  • Optional webpageId?: BigInteger
CONSTRUCTOR_ID: 391759200
SUBCLASS_OF_ID: 449467972
classType: "constructor"
className: "PageBlockPhoto"
photoId: BigInteger
caption: PageCaption
url?: string
webpageId?: BigInteger

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { photoId: BigInteger; caption: PageCaption; url?: string; webpageId?: BigInteger }

Constructors

  • new PageBlockPhoto(args: { photoId: BigInteger; caption: PageCaption; url?: string; webpageId?: BigInteger }): PageBlockPhoto

Generated using TypeDoc