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 textphone_number: The phone number
Summary
Types
@type t() :: %ExGram.Model.RichTextPhoneNumber{ phone_number: String.t(), text: ExGram.Model.RichText.t(), type: String.t() }