Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StickerPack

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { emoticon: string; documents: BigInteger[] }

Type declaration

  • emoticon: string
  • documents: BigInteger[]
CONSTRUCTOR_ID: 313694676
SUBCLASS_OF_ID: 2683282644
classType: "constructor"
className: "StickerPack"
emoticon: string
documents: BigInteger[]

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { emoticon: string; documents: BigInteger[] }

Constructors

  • new StickerPack(args: { emoticon: string; documents: BigInteger[] }): StickerPack

Generated using TypeDoc