@typed-discord/rest
    Preparing search index...

    Interface GuildIncomingWebhookResponse

    interface GuildIncomingWebhookResponse {
        application_id: `${bigint}` | null;
        avatar: string | null;
        channel_id: `${bigint}` | null;
        guild_id?: `${bigint}` | null;
        id: `${bigint}`;
        name: string;
        token?: string;
        type: GUILD_INCOMING;
        url?: string;
        user?: UserResponse;
    }
    Index

    Properties

    application_id: `${bigint}` | null
    avatar: string | null
    channel_id: `${bigint}` | null
    guild_id?: `${bigint}` | null
    id: `${bigint}`
    name: string
    token?: string
    url?: string