ExClubhouse v0.5.1 ExClubhouse.Model.Input.LinkedFile View Source

Linked file input model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Input.LinkedFile{
  content_type: binary() | nil,
  description: binary() | nil,
  name: binary(),
  size: integer() | nil,
  story_id: integer() | nil,
  thumbnail_url: binary() | nil,
  type: :google | :url | :dropbox | :box | :onedrive,
  uploader_id: binary() | nil,
  url: binary()
}