Get Archived thread calls on text channels #661
Annotations
10 errors and 1 warning
|
src/Discord.Net.Rest/Entities/Channels/RestMediaChannel.cs#L5
'RestMediaChannel' does not implement interface member 'IThreadContainerChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)'. 'RestForumChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' cannot implement 'IThreadContainerChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
|
|
src/Discord.Net.Rest/Entities/Channels/RestMediaChannel.cs#L5
'RestMediaChannel' does not implement interface member 'IThreadContainerChannel.GetActiveThreadsAsync(RequestOptions)'. 'RestForumChannel.GetActiveThreadsAsync(RequestOptions)' cannot implement 'IThreadContainerChannel.GetActiveThreadsAsync(RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
|
|
src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L15
'RestForumChannel' does not implement interface member 'IThreadContainerChannel.GetJoinedPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)'. 'RestForumChannel.GetJoinedPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' cannot implement 'IThreadContainerChannel.GetJoinedPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
|
|
src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L15
'RestForumChannel' does not implement interface member 'IThreadContainerChannel.GetPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)'. 'RestForumChannel.GetPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' cannot implement 'IThreadContainerChannel.GetPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
|
|
src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L15
'RestForumChannel' does not implement interface member 'IThreadContainerChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)'. 'RestForumChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' cannot implement 'IThreadContainerChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
|
|
src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L15
'RestForumChannel' does not implement interface member 'IThreadContainerChannel.GetActiveThreadsAsync(RequestOptions)'. 'RestForumChannel.GetActiveThreadsAsync(RequestOptions)' cannot implement 'IThreadContainerChannel.GetActiveThreadsAsync(RequestOptions)' because it does not have the matching return type of 'Task<IReadOnlyCollection<IThreadChannel>>'.
|
|
src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L176
'RestForumChannel.GetJoinedPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' in explicit interface declaration is not found among members of the interface that can be implemented
|
|
src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L174
'RestForumChannel.GetPrivateArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' in explicit interface declaration is not found among members of the interface that can be implemented
|
|
src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L172
'RestForumChannel.GetPublicArchivedThreadsAsync(int?, DateTimeOffset?, RequestOptions)' in explicit interface declaration is not found among members of the interface that can be implemented
|
|
src/Discord.Net.Rest/Entities/Channels/RestForumChannel.cs#L170
'RestForumChannel.GetActiveThreadsAsync(RequestOptions)' in explicit interface declaration is not found among members of the interface that can be implemented
|
|
|
The logs for this run have expired and are no longer available.
Loading