ExClubhouse v0.5.2 ExClubhouse.Model.ThreadedComment View Source

Threaded comment model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.ThreadedComment{
  app_url: binary(),
  author_id: binary(),
  comments: list(),
  created_at: binary(),
  deleted: boolean(),
  entity_type: binary(),
  external_id: binary() | nil,
  group_mention_ids: [binary()],
  id: integer(),
  member_mention_ids: [binary()],
  mention_ids: [binary()],
  text: binary(),
  updated_at: binary()
}