Skip to content

Commit 13a4ce7

Browse files
author
Rafael Marinho
committed
fix
1 parent 1b76382 commit 13a4ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Clients/UserClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public async Task<ApiResponse> MarkDeliveredAsync(MarkDeliveredOptions options)
289289
}
290290
else
291291
{
292-
queryParams.Add(new KeyValuePair<string, string>("user_id", options.User.ID));
292+
queryParams.Add(new KeyValuePair<string, string>("user_id", options.User.Id));
293293
}
294294

295295
return await ExecuteRequestAsync<ApiResponse>("channels/delivered",

0 commit comments

Comments
 (0)