ExClubhouse v0.6.0 ExClubhouse.Model.File View Source
File response model
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %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 }