ExGram.Model.InputMediaPhoto (ex_gram v0.25.0) View Source
Represents a photo to be sent.
Check the documentation of this model in https://core.telegram.org/bots/api#inputmediaphoto
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.InputMediaPhoto{ caption: String.t() | nil, caption_entities: [ExGram.Model.MessageEntity.t()] | nil, media: String.t(), parse_mode: String.t() | nil, type: String.t() }