ExGram.Model.RichTextPhoneNumber (ex_gram v0.67.0)

Copy Markdown View Source

A text with a phone number.

Check the documentation of this model on Telegram Bot API

  • type: Type of the rich text, always "phone_number”
  • text: The text
  • phone_number: The phone number

Summary

Types

t()

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

Functions

decode_as()