Hierarchy

  • GuildWebhook

Constructors

Properties

Accessors

Methods

Constructors

Properties

client: Client<true>
guild: Guild

Accessors

Methods

  • Parameters

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

    Returns {
        avatar_url: null | string;
        username: string;
    }

    • avatar_url: null | string
    • username: string
  • Parameters

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

    Returns Promise<void>

Generated using TypeDoc