Skip to main content

ODPost class

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is an Open Ticket post class.

A post is just a shortcut to a static discord channel or category. This can be used to get a specific channel over and over again!

This class also contains utilities for sending messages via the Open Ticket builders.

View Source

Properties


channel type null|ChannelType

The discord.js channel

View Source


channelId string string

The discord channel id

View Source


inherited id class api.ODId

The id of this data.

View Source


ready boolean boolean

Is this post already initialized?

View Source


Methods


constructor() function api.ODPost

(no description)

View Parameters (2)
  • id: type api.ODValidId - Parameter Description Lorem Ipsum.
  • channelId: string string - Parameter Description Lorem Ipsum.

View Source


inherited protected _change() function void

Trigger an onChange() event in the parent ODManager of this class.

View Source


inherited changed() function void

(❌ SYSTEM ONLY!!) Set the callback executed when a value inside this class changes.

View Parameters (1)
  • callback: type null|(() => void) - Parameter Description Lorem Ipsum.

View Source


init() function Promise

Initialize the discord.js channel of this post.

View Source


send() function Promise

Send a message to this channel using the Open Ticket builder system

View Parameters (1)

View Source


setChannelId() function void

Change the channel id to another channel!

View Parameters (1)
  • id: string string - Parameter Description Lorem Ipsum.

View Source


useGuild() function void

Use a specific guild in this class for fetching the channel

View Parameters (1)

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!