An italicized text.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "italic”text: The text
Summary
Types
@type t() :: %ExGram.Model.RichTextItalic{ text: ExGram.Model.RichText.t(), type: String.t() }
An italicized text.
Check the documentation of this model on Telegram Bot API
type: Type of the rich text, always "italic”text: The text@type t() :: %ExGram.Model.RichTextItalic{ text: ExGram.Model.RichText.t(), type: String.t() }