Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpdateStickerSets

Hierarchy

  • VirtualClass<{ masks?: boolean; emojis?: boolean }>
    • UpdateStickerSets

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { masks?: boolean; emojis?: boolean }

Type declaration

  • Optional masks?: boolean
  • Optional emojis?: boolean
CONSTRUCTOR_ID: 834816008
SUBCLASS_OF_ID: 2676568142
classType: "constructor"
className: "UpdateStickerSets"
masks?: boolean
emojis?: boolean

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { masks?: boolean; emojis?: boolean }

Constructors

  • new UpdateStickerSets(args: { masks?: boolean; emojis?: boolean }): UpdateStickerSets

Generated using TypeDoc