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

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

Link to this section Summary

Link to this section Types

Specs

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,
  thumb: ExGram.Model.PhotoSize.t() | nil
}

Link to this section Functions