ex_gram v0.6.0 ExGram.Model.VideoNote View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExGram.Model.VideoNote{
  duration: integer(),
  file_id: String.t(),
  file_size: integer(),
  length: integer(),
  thumb: ExGram.Model.PhotoSize.t()
}