Search
Preparing search index...
The search index is not available
djs-ticketsystem
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
djs-ticketsystem
TicketSystem
Class TicketSystem
Hierarchy
TicketSystem
Index
Constructors
constructor
Properties
client
options
tickets
Methods
create
is
Ticket
Constructors
constructor
new
Ticket
System
(
client
:
Client
<
boolean
>
, options
?:
Partial
<
TicketSystemOptions
>
)
:
TicketSystem
Parameters
client:
Client
<
boolean
>
Optional
options:
Partial
<
TicketSystemOptions
>
Returns
TicketSystem
Properties
Private
Readonly
client
client
:
Client
<
boolean
>
Private
Readonly
options
options
:
TicketSystemOptions
Readonly
tickets
tickets
:
TicketChannelManager
Methods
create
create
(
options
:
CreateOptions
)
:
Promise
<
TicketChannel
>
Parameters
options:
CreateOptions
Returns
Promise
<
TicketChannel
>
is
Ticket
is
Ticket
(
channel
:
TicketChannelResolvable
)
:
boolean
Parameters
channel:
TicketChannelResolvable
Returns
boolean
Exports
Ticket
System
constructor
client
options
tickets
create
is
Ticket
Generated using
TypeDoc