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

    Interface SettingsEmojiResponse

    interface SettingsEmojiResponse {
        animated: boolean;
        id: `${bigint}` | null;
        name: string | null;
    }
    Index

    Properties

    Properties

    animated: boolean
    id: `${bigint}` | null
    name: string | null