A footer, corresponding to the HTML tag <footer>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "footer”text: Text of the block
Summary
Types
@type t() :: %ExGram.Model.RichBlockFooter{ text: ExGram.Model.RichText.t(), type: String.t() }