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

    Class GroupAudioCountUpdateEvent

    An event when group audio counts have changed.

    Inheritance
    System.Object
    GroupAudioCountUpdateEvent
    Implements
    IWolfMessage
    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    public class GroupAudioCountUpdateEvent : IWolfMessage

    Constructors

    | Improve this Doc View Source

    GroupAudioCountUpdateEvent()

    Creates a message instance.

    Declaration
    [JsonConstructor]
    protected GroupAudioCountUpdateEvent()

    Properties

    | Improve this Doc View Source

    BroadcastersCount

    New count of broadcasting members.

    Declaration
    [JsonProperty("broadcasterCount")]
    public int BroadcastersCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EventName

    Message event name.

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

    Equals to GroupAudioCountUpdate.

    | Improve this Doc View Source

    GroupID

    Group ID.

    Declaration
    [JsonProperty("id")]
    public uint GroupID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ListenersCount

    New count of listening members.

    Declaration
    [JsonProperty("consumerCount")]
    public int ListenersCount { get; }
    Property Value
    Type Description
    System.Int32

    Implements

    IWolfMessage

    Extension Methods

    SerializationHelper.SerializeJsonPayload<T>(T, JsonSerializer)