EventAnnotationsSummary

fun EventAnnotationsSummary(    reactionsSummary: List<ReactionAggregatedSummary> = emptyList(),     editSummary: EditAggregatedSummary? = null,     pollResponseSummary: PollResponseAggregatedSummary? = null,     referencesAggregatedSummary: ReferencesAggregatedSummary? = null,     liveLocationShareAggregatedSummary: LiveLocationShareAggregatedSummary? = null)