Get Threads
@Serializable
See also
Constructors
Link copied to clipboard
constructor(roomId: RoomId, from: String? = null, include: GetThreads.Include? = null, limit: Long? = null, asUserId: UserId? = null)
Types
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<GetThreads.Response>?