Table of Contents

Method ListActiveThreadAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

ListActiveThreadAsync(ulong)

Lists the active threads of a guild.

public Task<ThreadQueryResult> ListActiveThreadAsync(ulong guildId)

Parameters

guildId ulong

The ID of the guild.

Returns

Task<ThreadQueryResult>