LastMessage Property

Chat2Desk

Chat2Desk

Dialog..::..LastMessage Property

Последнее сообщение

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

Syntax


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