Hierarchy

  • Webhook

Constructors

Properties

Methods

Constructors

Properties

clientId: undefined | string

Methods

  • Parameters

    • channelId: string

    Returns Promise<null | {
        id: any;
        token: any;
    }>

  • Parameters

    • opt: undefined | null | {
          icon?: null | string;
          name?: null | string;
      }

    Returns {
        avatar_url: string;
        username: string;
    }

    • avatar_url: string
    • username: string
  • Parameters

    • channelId: string
    • opt: sendOptions
    • queue: boolean = true
    • shouldTransformComponents: boolean = true

    Returns Promise<void>

Generated using TypeDoc