Get Event Context
@Serializable
See also
Constructors
Link copied to clipboard
fun GetEventContext(roomId: RoomId, eventId: EventId, filter: String? = null, limit: Long? = null, asUserId: UserId? = null)
Types
Functions
Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<Unit>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<GetEventContext.Response>?