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

    Interface ComponentEmojiResponse

    interface ComponentEmojiResponse {
        animated?: boolean;
        id?: `${bigint}`;
        name: string;
    }
    Index

    Properties

    Properties

    animated?: boolean
    id?: `${bigint}`
    name: string