Table of Contents

Method ListActiveThreadsAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

ListActiveThreadsAsync()

Gets the active and private threads for this guild.

public Task<ThreadQueryResult> ListActiveThreadsAsync()

Returns

Task<ThreadQueryResult>

A list of all the active and private threads the user can access in the server.

Exceptions

ServerErrorException

Thrown when Discord is unable to process the request.