Search Results for

    Show / Hide Table of Contents

    Class UserSpeakingEventArgs

    Represents arguments for UserSpeaking event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    UserSpeakingEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class UserSpeakingEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    Speaking

    Gets whether this user is speaking.

    Declaration
    public bool Speaking { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Ssrc

    Gets the SSRC of the audio source.

    Declaration
    public uint Ssrc { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    User

    Gets the users whose speaking state changed.

    Declaration
    public DiscordUser User { get; }
    Property Value
    Type Description
    DiscordUser

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems