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

    Interface ChannelFollowerResponse

    interface ChannelFollowerResponse {
        channel_id: `${bigint}`;
        webhook_id: `${bigint}`;
    }
    Index

    Properties

    channel_id: `${bigint}`
    webhook_id: `${bigint}`