We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b76382 commit 13a4ce7Copy full SHA for 13a4ce7
src/Clients/UserClient.cs
@@ -289,7 +289,7 @@ public async Task<ApiResponse> MarkDeliveredAsync(MarkDeliveredOptions options)
289
}
290
else
291
{
292
- queryParams.Add(new KeyValuePair<string, string>("user_id", options.User.ID));
+ queryParams.Add(new KeyValuePair<string, string>("user_id", options.User.Id));
293
294
295
return await ExecuteRequestAsync<ApiResponse>("channels/delivered",
0 commit comments