ChatCloseWebHook Property

Chat2Desk

Chat2Desk

Info..::..ChatCloseWebHook Property

Url закрытия Web hook

Namespace:  Chat2Desk.Types
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


[JsonPropertyAttribute]
public string ChatCloseWebHook { get; set; }
<JsonPropertyAttribute> _
Public Property ChatCloseWebHook As String
	Get
	Set
[JsonPropertyAttribute]
public:
property String^ ChatCloseWebHook {
	String^ get ();
	void set (String^ value);
}