Method ResolvePrivateMessageReport
| Improve this Doc View SourceResolvePrivateMessageReport(ResolvePrivateMessageReportForm, CancellationToken)
Resolves a private message report.
Declaration
public Task<PrivateMessageReportResponse> ResolvePrivateMessageReport(ResolvePrivateMessageReportForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ResolvePrivateMessageReportForm | form | The form to send for resolving a private message report. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<PrivateMessageReportResponse> | The task object representing the asynchronous operation. The task result contains the response after resolving the private message report. |