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

    Interface WebhookSourceGuildResponse

    interface WebhookSourceGuildResponse {
        icon: string | null;
        id: `${bigint}`;
        name: string;
    }
    Index

    Properties

    Properties

    icon: string | null
    id: `${bigint}`
    name: string