ex_gram v0.12.0 ExGram.Model.InputMediaVideo View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.InputMediaVideo{
  caption: String.t() | nil,
  duration: integer() | nil,
  height: integer() | nil,
  media: String.t(),
  parse_mode: String.t(),
  supports_streaming: boolean(),
  thumb: {:file, String.t()} | nil,
  type: String.t(),
  width: integer() | nil
}