GetMissingEvents

Constructors

Link copied to clipboard
constructor(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)

Properties

Link copied to clipboard
open val requestContentType: ContentType?
Link copied to clipboard
open val responseContentType: ContentType?
Link copied to clipboard
@SerialName(value = "roomId")
val roomId: RoomId

Functions

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