Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class SubscribeToGroupTipsMessage

    A message for subscribing to tips for group messages.

    Inheritance
    System.Object
    SubscribeToGroupTipsMessage
    Implements
    IWolfMessage
    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 Source

    SubscribeToGroupTipsMessage()

    Creates a message instance.

    Declaration
    [JsonConstructor]
    public SubscribeToGroupTipsMessage()

    Properties

    | Improve this Doc View Source

    EventName

    Message event name.

    Declaration
    [JsonIgnore]
    public string EventName { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Equals to TipGroupSubscribe.

    Implements

    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)