Thread Timeline Event
data class ThreadTimelineEvent(val timelineEvent: TimelineEvent, val isParticipating: Boolean)
Content copied to clipboard
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)
Content copied to clipboard