Message Builder
class MessageBuilder(val roomId: RoomId, val roomService: RoomService, val mediaService: MediaService)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Important: eventRelatesTo should be set from the event, that is replied. Otherwise, thread support is dropped.
Link copied to clipboard
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.