ExClubhouse v0.6.0 ExClubhouse.Model.LinkedFile View Source

Linked file response model

Link to this section Summary

Link to this section Types

Link to this type

t()

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