Class RecentConversationsMessage
A message for requesting recent conversations' messages.
Inheritance
System.Object
RecentConversationsMessage
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
[ResponseType(typeof(RecentConversationsResponse))]
public class RecentConversationsMessage : IHeadersWolfMessage, IWolfMessage
Remarks
Uses RecentConversationsResponse as response type.
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Equals to MessageConversationList.
Headers
Message payload headers.
Declaration
[JsonIgnore]
public IDictionary<string, object> Headers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |