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

    Interface ApplicationIncomingWebhookResponse

    interface ApplicationIncomingWebhookResponse {
        application_id: `${bigint}` | null;
        avatar: string | null;
        channel_id: `${bigint}` | null;
        guild_id?: `${bigint}` | null;
        id: `${bigint}`;
        name: string;
        type: APPLICATION_INCOMING;
        user?: UserResponse;
    }
    Index

    Properties

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