ExGram.Model.RichTextSuperscript (ex_gram v0.67.0)

Copy Markdown View Source

A superscript text.

Check the documentation of this model on Telegram Bot API

  • type: Type of the rich text, always "superscript”
  • text: The text

Summary

Types

t()

@type t() :: %ExGram.Model.RichTextSuperscript{
  text: ExGram.Model.RichText.t(),
  type: String.t()
}

Functions

decode_as()