ExClubhouse v0.6.0 ExClubhouse.Model.Input.Comment View Source

Comment input model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Input.Comment{
  author_id: binary() | nil,
  created_at: binary() | nil,
  external_id: binary() | nil,
  text: binary(),
  updated_at: binary() | nil
}