Strava v1.0.0 Strava.Comment View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.Comment{
  activity_id: integer(),
  athlete: Strava.SummaryAthlete.t(),
  created_at: DateTime.t(),
  id: integer(),
  text: String.t()
}