thread

fun MessageBuilder.thread(event: TimelineEvent, reply: Boolean = false)

event must be the last known event of a thread.


fun MessageBuilder.thread(eventId: EventId, eventRelatesTo: RelatesTo? = null, reply: Boolean = false)

eventId and eventRelatesTo must be from the last known event of a thread.