• Creates a ticket content.

    Parameters

    • content: string
    • author: User
    • createdAt: Date
    • createdTimestamp: number
    • Optional channelId: null | string = null
    • Optional channel: null | TextBasedChannel = null
    • Optional attachments: Collection<string, Attachment> = ...

    Returns TicketContent

    Export