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

Represents a general file to be sent.

Summary

Types

@type t() :: %Telegex.Type.InputMediaDocument{
  caption: String.t() | nil,
  caption_entities: [Telegex.Type.MessageEntity.t()] | nil,
  disable_content_type_detection: boolean() | nil,
  media: String.t(),
  parse_mode: String.t() | nil,
  thumbnail: (Telegex.Type.InputFile.t() | String.t()) | nil,
  type: String.t()
}