customEmoji<TContextData>(emoji: Emoji | DeferredCustomEmoji<TContextData>): Text<"inline", TContextData>
Renders a custom emoji. You can use this function to create a CustomEmojiText tree.
emoji: Emoji | DeferredCustomEmoji<TContextData>
The custom emoji to render. See also Bot.addCustomEmojis method.
Text<"inline", TContextData>
A CustomEmojiText tree.