Telegraph.Model.Video (telegraph v0.8.2) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegraph.Model.Video{
  duration: integer(),
  file_id: binary(),
  file_size: integer(),
  height: integer(),
  mime_type: binary(),
  thumb: Telegraph.Model.PhotoSize.t(),
  width: integer()
}