ExGram.Model.RichTextCashtag (ex_gram v0.67.0)

Copy Markdown View Source

A cashtag.

Check the documentation of this model on Telegram Bot API

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

Summary

Types

t()

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

Functions

decode_as()