A block with a general file, corresponding to the custom HTML tag <tg-document>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "document”document: The documentcaption (optional): Optional. Caption of the block
Summary
Types
@type t() :: %ExGram.Model.RichBlockDocument{ caption: ExGram.Model.RichBlockCaption.t() | nil, document: ExGram.Model.Document.t(), type: String.t() }