DialogId Property

Chat2Desk

Chat2Desk

Message..::..DialogId Property

Id диалога

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

Syntax


[JsonPropertyAttribute]
public Nullable<int> DialogId { get; set; }
<JsonPropertyAttribute> _
Public Property DialogId As Nullable(Of Integer)
	Get
	Set
[JsonPropertyAttribute]
public:
property Nullable<int^> DialogId {
	Nullable<int^> get ();
	void set (Nullable<int^> value);
}