Class: VIPServer
structures/Game.VIPServer
Table of contents
Constructors
Properties
Constructors
constructor
+ new VIPServer(data
: VIPServerOptions, client
: default): VIPServer
Parameters:
Name | Type |
---|---|
data |
VIPServerOptions |
client |
default |
Returns: VIPServer
Defined in: structures/Game.ts:457
Properties
active
• active: boolean
Defined in: structures/Game.ts:445
client
• client: default
Defined in: structures/Game.ts:440
code
• code: string
Defined in: structures/Game.ts:444
game
• game: PartialGameUniverse
Defined in: structures/Game.ts:443
id
• id: number
Defined in: structures/Game.ts:441
name
• name: string
Defined in: structures/Game.ts:442
permissions
• permissions: object
Type declaration:
Name | Type |
---|---|
clanAllowed |
boolean |
enemyClanId |
number |
friendsAllowed |
boolean |
users |
PartialUser[] |
Defined in: structures/Game.ts:452
subscription
• subscription: object
Type declaration:
Name | Type |
---|---|
active |
boolean |
expirationDate |
Date |
expired |
boolean |
price |
number |
Defined in: structures/Game.ts:446