GetMissingEvents

@Serializable
class GetMissingEvents(val roomId: RoomId) : MatrixEndpoint<GetMissingEvents.Request, PduTransaction>

See also

Constructors

Link copied to clipboard
fun GetMissingEvents(roomId: RoomId)

Types

Link copied to clipboard
@Serializable
data class Request(val earliestEvents: List<EventId>, val latestEvents: List<EventId>, val limit: Long? = null, val minDepth: Long? = null)

Functions

Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<GetMissingEvents.Request>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<PduTransaction>?

Properties

Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?
Link copied to clipboard
val roomId: RoomId