View Source Mobilizon.Events.EventParticipantStats (Mobilizon v5.0.0-beta.1)

Participation stats on event

Summary

Types

@type t() :: %Mobilizon.Events.EventParticipantStats{
  administrator: integer(),
  creator: integer(),
  moderator: integer(),
  not_approved: integer(),
  not_confirmed: integer(),
  participant: integer(),
  rejected: integer()
}