Click or drag to resize
ChatClientCreateMessageAsync Method
Creates a chat message. It’s possible to inject a new chat message to the chat history. In this case this new message won't be delivered to the recipient(s) by XMPP real time transport, it will be just added to the history. If you wont to initiates a real 'send to chat' - pass send_to_chat=1 parameter.

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<CreateMessageResponse>> CreateMessageAsync(
	CreateMessageRequest createMessageRequest
)

Parameters

createMessageRequest
Type: Quickblox.Sdk.Modules.ChatModule.RequestsCreateMessageRequest
Create message request info

Return Value

Type: TaskHttpResponseCreateMessageResponse

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.ChatModule.ChatClient.CreateMessageAsync(Quickblox.Sdk.Modules.ChatModule.Requests.CreateMessageRequest)"]

See Also