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
fun ThreadTimelineEvent(timelineEvent: TimelineEvent, isParticipating: Boolean)

Properties

Link copied to clipboard
val isParticipating: Boolean
Link copied to clipboard
val timelineEvent: TimelineEvent