ex_gram v0.6.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(),
  duration: integer(),
  height: integer(),
  media: String.t(),
  parse_mode: String.t(),
  supports_streaming: boolean(),
  thumb: {:file, String.t()},
  type: String.t(),
  width: integer()
}