A preformatted text block, corresponding to the nested HTML tags <pre> and <code>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "pre”text: Text of the blocklanguage (optional): Optional. The programming language of the text
Summary
Types
@type t() :: %ExGram.Model.RichBlockPreformatted{ language: String.t() | nil, text: ExGram.Model.RichText.t(), type: String.t() }