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

    Interface EmojiResponse

    interface EmojiResponse {
        animated: boolean;
        available: boolean;
        id: `${bigint}`;
        managed: boolean;
        name: string;
        require_colons: boolean;
        roles: `${bigint}`[];
        user?: UserResponse;
    }
    Index

    Properties

    animated: boolean
    available: boolean
    id: `${bigint}`
    managed: boolean
    name: string
    require_colons: boolean
    roles: `${bigint}`[]