getJoinedPrivateArchivedThreads
open override fun getJoinedPrivateArchivedThreads(before: Snowflake?, limit: Int?): Flow<TextChannelThread>(source)
Returns archived threads in the channel that are private, and the user has joined. Threads are ordered by their ThreadChannel.id in descending order. Requires the Read Message History Permission.
The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.