ExClubhouse v0.5.1 ExClubhouse.Model.CreateStoryCommentParams View Source

Story comment params

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.CreateStoryCommentParams{
  author_id: binary(),
  create_at: binary(),
  external_id: binary(),
  text: binary(),
  update_at: binary()
}