View Source ExGram.Model.InputMediaPhoto (ex_gram v0.52.2)

Represents a photo to be sent.

Check the documentation of this model in https://core.telegram.org/bots/api#inputmediaphoto

Summary

Types

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

Functions