Method CreatePrivateMessageReport
| Improve this Doc View SourceCreatePrivateMessageReport(CreatePrivateMessageReportForm, CancellationToken)
Creates a new report for a private message.
Declaration
public Task<PrivateMessageReportResponse> CreatePrivateMessageReport(CreatePrivateMessageReportForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreatePrivateMessageReportForm | form | The form to send for creating 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 creating a private message report. |