Chameleon
    Preparing search index...

    Interface Emoji

    interface Emoji {
        id: string | null;
        name: string | null;
        roles?: string[];
        user?: User;
        requireColons?: boolean;
        managed?: boolean;
        animated?: boolean;
        available?: boolean;
    }
    Index

    Properties

    id: string | null
    name: string | null
    roles?: string[]
    user?: User
    requireColons?: boolean
    managed?: boolean
    animated?: boolean
    available?: boolean