View Source Telegex.Type.Document (Telegex v1.8.0)

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

Summary

Types

@type t() :: %Telegex.Type.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: Telegex.Type.PhotoSize.t() | nil
}