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

    Interface MessageMentionChannelResponse

    interface MessageMentionChannelResponse {
        guild_id: `${bigint}`;
        id: `${bigint}`;
        name: string;
        type: ChannelTypes;
    }
    Index

    Properties

    Properties

    guild_id: `${bigint}`
    id: `${bigint}`
    name: string