Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PrepaidGiveaway

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { id: BigInteger; months: number; quantity: number; date: number }

Type declaration

  • id: BigInteger
  • months: number
  • quantity: number
  • date: number
CONSTRUCTOR_ID: 2991824212
SUBCLASS_OF_ID: 3997067136
classType: "constructor"
className: "PrepaidGiveaway"
id: BigInteger
months: number
quantity: number
date: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { id: BigInteger; months: number; quantity: number; date: number }
  • Returns { id: BigInteger; months: number; quantity: number; date: number }

    • id: BigInteger
    • months: number
    • quantity: number
    • date: number

Constructors

  • new PrepaidGiveaway(args: { id: BigInteger; months: number; quantity: number; date: number }): PrepaidGiveaway

Generated using TypeDoc