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, "name" | "id">
sourceGuild?: Pick<RawGuild, "name" | "icon" | "id">
token?: string
user?: JSONUser