Interface WebhookGuild

interface WebhookGuild {
    icon: null | string;
    id: string;
    name: string;
}

Properties

Properties

icon: null | string
id: string
name: string

Generated using TypeDoc