Click or drag to resize
ChatServicePostMessageToUser Method
Posts a whisper message to user. This message will be posted to a room, but only sender and receiver of this messages will be able to see it.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
public ChatGeneralResponse<MessageData> PostMessageToUser(
	int roomID,
	int recipientChatUserID,
	string messageText
)

Parameters

roomID
Type: SystemInt32
Room ID
recipientChatUserID
Type: SystemInt32
Recepient chat user ID
messageText
Type: SystemString
Message text

Return Value

Type: ChatGeneralResponseMessageData
ChatGeneralReponse

Implements

IChatServicePostMessageToUser(Int32, Int32, String)
See Also