ExGram.Model.RichTextMention (ex_gram v0.67.0)

Copy Markdown View Source

A mention by a username.

Check the documentation of this model on Telegram Bot API

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

Summary

Types

t()

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

Functions

decode_as()