Get Hierarchy
@Serializable
See also
Constructors
Link copied to clipboard
fun GetHierarchy(roomId: RoomId, from: String? = null, limit: Long? = null, maxDepth: Long? = null, suggestedOnly: Boolean = false, asUserId: UserId? = null)
Types
Link copied to clipboard
@Serializable
Functions
Link copied to clipboard
open fun requestSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<Unit>?
Link copied to clipboard
open fun responseSerializerBuilder(mappings: EventContentSerializerMappings, json: Json): KSerializer<GetHierarchy.Response>?