Table of Contents

Method ListJoinedPrivateArchivedThreadsAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

ListJoinedPrivateArchivedThreadsAsync(ulong, ulong, DateTimeOffset?, int)

Gets the private archived threads the user has joined for a channel.

public Task<ThreadQueryResult> ListJoinedPrivateArchivedThreadsAsync(ulong guildId, ulong channelId, DateTimeOffset? before = null, int limit = 0)

Parameters

guildId ulong

The ID of the guild.

channelId ulong

The ID of the channel.

before DateTimeOffset?

Date to filter by.

limit int

Limit.

Returns

Task<ThreadQueryResult>