Discord.https - v3.0.16
    Preparing search index...

    Type Alias APIApplicationEmoji

    APIApplicationEmoji: _NonNullableFields<
        Required<Pick<APIEmoji, "animated" | "id" | "name" | "user">>,
    > & { available: true; managed: false; require_colons: true; roles: [] }

    Type Declaration

    • available: true

      Whether this emoji is available.

      Always true.

    • managed: false

      Whether this emoji is managed.

      Always false.

    • require_colons: true

      Whether this emoji must be wrapped in colons.

      Always true.

    • roles: []

      Roles allowed to use this emoji.

      Always empty.