Click or drag to resize
ChatServiceDeclineChatRequest Method
Declines initiated chat request.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ChatGeneralResponse DeclineChatRequest(
	int chatRoomID
)

Parameters

chatRoomID
Type: SystemInt32
Room used in the request

Return Value

Type: ChatGeneralResponse

Implements

IChatServiceDeclineChatRequest(Int32)
See Also