Constructor
new BaseTicket(client, manager, data)
The constructor of the base ticket class.
Parameters:
Name | Type | Description |
---|---|---|
client | Client | The client |
manager | BaseTicketManager | The ticket manager |
data | TicketDataRaw | The data of the ticket |
- Source
Members
channel
The channel of the ticket
- Source
channelId
The channel id of the ticket
- Source
client :Client
The client
Type:
- Client
- Source
guild
The guild of the ticket
- Source
guildId
The guild id of the ticket
- Source
manager :BaseTicketManager
The manager of the ticket
Type:
- Source
member
The guild member of the ticket creator
- Source
number
The number of the ticket
- Source
participants
The participants of the ticket
- Source
status
The status of the ticket
- Source
type
The type of the ticket
- Source
user
The user of the ticket creator
- Source
userId
The user id of the creator of the ticket
- Source