getState

abstract suspend fun getState(roomId: RoomId, asUserId: UserId? = null): Result<List<Event.StateEvent<*>>>

See also

GetState