ChannelEvent
interface ChannelEvent
Generic interface for custom events that can contain channel behaviors. Mostly used by checks.
Properties
Functions
Link copied to clipboard
Get a generic Channel object, or throw if one can't be retrieved.
Link copied to clipboard
Get a channel object of the given type, or throw if one can't be retrieved or cast.
Link copied to clipboard
Get a channel object of the given type, or return null if one can't be retrieved or cast.
Link copied to clipboard
Get a generic Channel object, or return null if one can't be retrieved.