View Source ExGram.Model.Document (ex_gram v0.52.1)

This object represents a general file (as opposed to photos, voice messages and audio files).

Check the documentation of this model in https://core.telegram.org/bots/api#document

Summary

Types

@type t() :: %ExGram.Model.Document{
  file_id: String.t(),
  file_name: String.t() | nil,
  file_size: integer() | nil,
  file_unique_id: String.t(),
  mime_type: String.t() | nil,
  thumbnail: ExGram.Model.PhotoSize.t() | nil
}

Functions