A text with an email address.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "email_address”text: The textemail_address: The email address
Summary
Types
@type t() :: %ExGram.Model.RichTextEmailAddress{ email_address: String.t(), text: ExGram.Model.RichText.t(), type: String.t() }