| ChatClientDeleteMessageAsync Method |
Any user in the dialog’s occupant_ids is able to remove a message from the dialog. The message will only be removed for the current user - the message will still be viewable and in the chat history for all other users in the dialog.
Namespace: Quickblox.Sdk.Modules.ChatModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse<Object>> DeleteMessageAsync(
string[] occupantIds
)
Public Function DeleteMessageAsync (
occupantIds As String()
) As Task(Of HttpResponse(Of Object))
public:
Task<HttpResponse<Object^>^>^ DeleteMessageAsync(
array<String^>^ occupantIds
)
member DeleteMessageAsync :
occupantIds : string[] -> Task<HttpResponse<Object>>
Parameters
- occupantIds
- Type: SystemString
[Missing <param name="occupantIds"/> documentation for "M:Quickblox.Sdk.Modules.ChatModule.ChatClient.DeleteMessageAsync(System.String[])"]
Return Value
Type:
TaskHttpResponseObject[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.ChatModule.ChatClient.DeleteMessageAsync(System.String[])"]
See Also