kitazith/message_formatting/emoji

Values

pub fn animated(
  name name: String,
  id id: snowflake.Snowflake,
) -> String

Format a Discord animated custom emoji for message content.

Learn more: API Reference - Documentation - Discord > Message Formatting > Formats

pub fn custom(
  name name: String,
  id id: snowflake.Snowflake,
) -> String

Format a Discord custom emoji for message content.

Learn more: API Reference - Documentation - Discord > Message Formatting > Formats

Search Document