ExGram.Model.RichTextCustomEmoji (ex_gram v0.67.0)

Copy Markdown View Source

A custom emoji.

Check the documentation of this model on Telegram Bot API

  • type: Type of the rich text, always "custom_emoji”
  • custom_emoji_id: Unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker.
  • alternative_text: Alternative emoji for the custom emoji

Summary

Types

t()

@type t() :: %ExGram.Model.RichTextCustomEmoji{
  alternative_text: String.t(),
  custom_emoji_id: String.t(),
  type: String.t()
}

Functions

decode_as()