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

Represents a photo to be sent.

Summary

Types

@type t() :: %Telegex.Type.InputMediaPhoto{
  caption: String.t() | nil,
  caption_entities: [Telegex.Type.MessageEntity.t()] | nil,
  has_spoiler: boolean() | nil,
  media: String.t(),
  parse_mode: String.t() | nil,
  show_caption_above_media: boolean() | nil,
  type: String.t()
}