DiscordEmoji

constructor(id: Snowflake?, name: String?, roles: Optional<List<Snowflake>> = Optional.Missing(), user: Optional<DiscordUser> = Optional.Missing(), requireColons: OptionalBoolean = OptionalBoolean.Missing, managed: OptionalBoolean = OptionalBoolean.Missing, animated: OptionalBoolean = OptionalBoolean.Missing, available: OptionalBoolean = OptionalBoolean.Missing)(source)

Parameters

id

The emoji id.

name

The emoji name.

roles

The roles tis emoji is whitelisted to.

user

The user that created this emoji.

requireColons

Whether this emoji must be wrapped in colons.

managed

Whether this emoji is managed.

animated

Whether this emoji is animated.

available

Whether this emoji can be used, may be false due to loss of boost level.