ExGram.Model.RichTextTextMention (ex_gram v0.67.0)

Copy Markdown View Source

A mention of a Telegram user by their identifier.

Check the documentation of this model on Telegram Bot API

  • type: Type of the rich text, always "text_mention”
  • text: The text
  • user: The mentioned user

Summary

Types

t()

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

Functions

decode_as()