BotCommands
Toggle table of contents
3.0.0-beta.5
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-jda-ktx
/
dev.freya02.botcommands.jda.ktx.retrieve
/
retrieveEmojiByIdOrNull
retrieve
Emoji
By
Id
Or
Null
suspend
fun
Guild
.
retrieveEmojiByIdOrNull
(
id
:
Long
)
:
RichCustomEmoji
?
(
source
)
suspend
fun
Guild
.
retrieveEmojiByIdOrNull
(
id
:
String
)
:
RichCustomEmoji
?
(
source
)
Same as
Guild.retrieveEmojiById
, but returns
null
on
ErrorResponse.UNKNOWN_EMOJI
.