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
ulongThe ID of the guild.
channelId
ulongThe ID of the channel.
before
DateTimeOffset?Date to filter by.
limit
intLimit.