|
@@ -197,7 +197,7 @@ namespace Discord |
|
|
/// <param name="options">The options to be used when sending the request.</param> |
|
|
/// <param name="options">The options to be used when sending the request.</param> |
|
|
/// <returns> |
|
|
/// <returns> |
|
|
/// A task that represents an asynchronous get operation for retrieving the threads. The task result contains |
|
|
/// A task that represents an asynchronous get operation for retrieving the threads. The task result contains |
|
|
/// a collection of privatly archived threads. |
|
|
|
|
|
|
|
|
/// a collection of privately archived threads. |
|
|
/// </returns> |
|
|
/// </returns> |
|
|
Task<IReadOnlyCollection<IThreadChannel>> GetPrivateArchivedThreadsAsync(int? limit = null, DateTimeOffset? before = null, RequestOptions options = null); |
|
|
Task<IReadOnlyCollection<IThreadChannel>> GetPrivateArchivedThreadsAsync(int? limit = null, DateTimeOffset? before = null, RequestOptions options = null); |
|
|
|
|
|
|
|
|