Class SubscribeToGroupTipsMessage
A message for subscribing to tips for group messages.
Inheritance
System.Object
SubscribeToGroupTipsMessage
Implements
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
[ResponseType(typeof(EntitiesSubscribeResponse))]
public class SubscribeToGroupTipsMessage : IWolfMessage
Remarks
Uses EntitiesSubscribeResponse as response type.
Constructors
| Improve this Doc View SourceSubscribeToGroupTipsMessage()
Creates a message instance.
Declaration
[JsonConstructor]
public SubscribeToGroupTipsMessage()
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Equals to TipGroupSubscribe.