Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpdateStickerSetsOrder

Hierarchy

  • VirtualClass<{ masks?: boolean; emojis?: boolean; order: long[] }>
    • UpdateStickerSetsOrder

Index

Properties

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

Type declaration

  • Optional masks?: boolean
  • Optional emojis?: boolean
  • order: BigInteger[]
CONSTRUCTOR_ID: 196268545
SUBCLASS_OF_ID: 2676568142
classType: "constructor"
className: "UpdateStickerSetsOrder"
masks?: boolean
emojis?: boolean
order: BigInteger[]

Methods

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

    • Optional masks?: boolean
    • Optional emojis?: boolean
    • order: BigInteger[]

Constructors

  • new UpdateStickerSetsOrder(args: { masks?: boolean; emojis?: boolean; order: BigInteger[] }): UpdateStickerSetsOrder

Generated using TypeDoc