getHierarchy

abstract suspend fun getHierarchy(roomId: RoomId, from: String? = null, limit: Long? = null, maxDepth: Long? = null, suggestedOnly: Boolean = false, asUserId: UserId? = null): Result<GetHierarchy.Response>

See also

GetHierarchy