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

    Interface ChannelFollowerWebhookResponse

    interface ChannelFollowerWebhookResponse {
        application_id: `${bigint}` | null;
        avatar: string | null;
        channel_id: `${bigint}` | null;
        guild_id?: `${bigint}` | null;
        id: `${bigint}`;
        name: string;
        source_channel?: WebhookSourceChannelResponse;
        source_guild?: WebhookSourceGuildResponse;
        type: CHANNEL_FOLLOWER;
        user?: UserResponse;
    }
    Index

    Properties

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