diff --git a/src/Discord.Net.Rest/Entities/Channels/RestThreadChannel.cs b/src/Discord.Net.Rest/Entities/Channels/RestThreadChannel.cs index f9f8c037a..7889c8b41 100644 --- a/src/Discord.Net.Rest/Entities/Channels/RestThreadChannel.cs +++ b/src/Discord.Net.Rest/Entities/Channels/RestThreadChannel.cs @@ -120,6 +120,7 @@ namespace Discord.Rest /// A task representing the asynchronous get operation. The task returns a /// of 's. /// + [Obsolete("Please use GetThreadUsersAsync instead of this. Will be removed in next major version.", false)] public new async Task> GetUsersAsync(RequestOptions options = null) => (await GetThreadUsersAsync(options: options).FlattenAsync()).ToImmutableArray();