Event Annotations Summary
data class EventAnnotationsSummary( val reactionsSummary: List<ReactionAggregatedSummary> = emptyList(), val editSummary: EditAggregatedSummary? = null, val pollResponseSummary: PollResponseAggregatedSummary? = null, val referencesAggregatedSummary: ReferencesAggregatedSummary? = null, val liveLocationShareAggregatedSummary: LiveLocationShareAggregatedSummary? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun EventAnnotationsSummary( reactionsSummary: List<ReactionAggregatedSummary> = emptyList(), editSummary: EditAggregatedSummary? = null, pollResponseSummary: PollResponseAggregatedSummary? = null, referencesAggregatedSummary: ReferencesAggregatedSummary? = null, liveLocationShareAggregatedSummary: LiveLocationShareAggregatedSummary? = null)
Content copied to clipboard
Properties
Link copied to clipboard
val liveLocationShareAggregatedSummary: LiveLocationShareAggregatedSummary? = null
Content copied to clipboard