Function createTicketContent
- createTicketContent(content, author, createdAt, createdTimestamp, channelId?, channel?, attachments?): TicketContent
Parameters
- content: string
- author: User
- createdAt: Date
- createdTimestamp: number
Optional
channelId: null | string = nullOptional
channel: null | TextBasedChannel = nullOptional
attachments: Collection<string, Attachment> = ...
Creates a ticket content.