The channel router for the Guilded REST API.

Example

new ChannelRouter(rest);

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

The REST API manager the router belongs to.

Methods

  • Delete a channel from Guilded.

    Example

    channels.delete('abc');
    

    Parameters

    • channelId: string

      The ID of the channel to delete.

    Returns Promise<void>