GetStateEvent
@Serializable
See also
Constructors
Link copied to clipboard
constructor(roomId: RoomId, type: String, stateKey: String = "", format: GetStateEvent.Format? = null)
Types
Functions
Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: Unit?): KSerializer<Unit>?
Link copied to clipboard
open override fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json, value: GetStateEvent.Response?): KSerializer<GetStateEvent.Response>