Click or drag to resize
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.ChatModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse<Object>> DeleteMessageAsync(
	string[] occupantIds
)

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