ExGram.Model.InputMedia (ex_gram v0.29.0) View Source
This object represents the content of a media message to be sent. It should be one of
Check the documentation of this model in https://core.telegram.org/bots/api#inputmedia
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.InputMedia{ caption: String.t() | nil, caption_entities: [ExGram.Model.MessageEntity.t()] | nil, media: String.t(), parse_mode: String.t() | nil, type: String.t() }