Send State Event
@Serializable
See also
Constructors
Link copied to clipboard
fun SendStateEvent(roomId: RoomId, type: String, stateKey: String = "", asUserId: UserId? = null, ts: Long? = null)
Functions
Link copied to clipboard
open override fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<StateEventContent>
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<SendEventResponse>?