ex_gram v0.20.0 ExGram.Model.InputMediaVideo View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExGram.Model.InputMediaVideo{
caption: String.t() | nil,
caption_entities: [ExGram.Model.MessageEntity.t()] | nil,
duration: integer() | nil,
height: integer() | nil,
media: String.t(),
parse_mode: String.t() | nil,
supports_streaming: boolean() | nil,
thumb:
({:file, String.t()} | {:file_content, iodata() | Enum.t(), String.t()})
| nil,
type: String.t(),
width: integer() | nil
}