Class Webhook

Hierarchy

Constructors

Properties

_createdAt: number
_deletedAt: null | number
channelID: string
createdBy: string
guildID: string
id: string | number

Item ID

token: null | string
username: string

Accessors

Methods

  • Update webhook

    Parameters

    • options: {
          channelID?: string;
          name: string;
      }
      • Optional channelID?: string
      • name: string

    Returns Promise<Webhook>