Interface ApplicationWebhook

Hierarchy

  • Pick<RawWebhook, "type" | "id" | "name" | "avatar" | "channel_id" | "guild_id" | "application_id">
  • Required<Pick<RawWebhook, "token">>
    • ApplicationWebhook

Properties

application_id: null | string
avatar: null | string
channel_id: null | string
guild_id?: null | string
id: string
name: null | string
token: string