Interface JSONWebhook

Hierarchy

Properties

application: null | string
avatar: null | string
channel: null | string
createdAt: number
guild: null | string
id: string
name: null | string
sourceChannel?: Pick<RawChannel, "id" | "name">
sourceGuild?: Pick<RawGuild, "id" | "icon" | "name">
token?: string
user?: JSONUser