ExClubhouse v0.5.2 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 Sourcet() :: %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() }