ExClubhouse v0.6.0 ExClubhouse.Model.Comment View Source

Comment model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Comment{
  app_url: binary(),
  author_id: binary() | nil,
  created_at: binary(),
  entity_type: binary(),
  external_id: binary() | nil,
  group_mention_ids: [binary()],
  id: integer(),
  member_mention_ids: [binary()],
  mention_ids: [binary()],
  position: integer(),
  story_id: integer(),
  text: binary(),
  updated_at: binary()
}