The message router for the Guilded REST API.

Example

new MessageRouter(rest);

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

The REST API manager the router belongs to.

Methods

  • Delete a message from Guilded.

    Example

    messages.delete('abc', 'abc');
    

    Parameters

    • channelId: string

      The ID of the channel the message belongs to.

    • messageId: string

      The ID of the message to delete.

    Returns Promise<void>