ExClubhouse v0.5.1 ExClubhouse.Model.File View Source

File response model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.File{
  content_type: binary(),
  created_at: binary(),
  description: binary() | nil,
  entity_type: binary(),
  external_id: binary() | nil,
  filename: binary(),
  group_mention_ids: [binary()],
  id: integer(),
  member_mention_ids: [binary()],
  mention_ids: [binary()],
  name: binary(),
  size: integer(),
  story_ids: [integer()],
  thumbnail_url: binary() | nil,
  updated_at: binary() | nil,
  uploader_id: binary(),
  url: binary() | nil
}