Interface JSONWebhook

Hierarchy

Properties

applicationID: null | string
avatar: null | string
channelID: null | string
createdAt: number
guildID: null | string
id: string
name: null | string
sourceChannel?: Pick<RawChannel, "id" | "name">
sourceGuild?: Pick<RawGuild, "icon" | "id" | "name">
token?: string
user?: JSONUser