getStateEvent

inline suspend fun <C : StateEventContent> RoomsApiClient.getStateEvent(roomId: RoomId, stateKey: String = "", asUserId: UserId? = null): Result<C>

See also

GetStateEvent