ThreadTimelineEvent

data class ThreadTimelineEvent(val timelineEvent: TimelineEvent, val isParticipating: Boolean)

This class contains a thread TimelineEvent along with a boolean that determines if the current user has participated in that event.

Constructors

Link copied to clipboard
constructor(timelineEvent: TimelineEvent, isParticipating: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard