Represents a photo to be sent.
@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() }