Search Results for

    Show / Hide Table of Contents

    Class SocketTextMessageEventArgs

    Represents arguments for text message websocket event.

    Inheritance
    Object
    SocketMessageEventArgs
    SocketTextMessageEventArgs
    Namespace: KSharpPlus.EventArgs.Socket
    Assembly: KSharpPlus.dll
    Syntax
    public sealed class SocketTextMessageEventArgs : SocketMessageEventArgs

    Constructors

    | Improve this Doc View Source

    SocketTextMessageEventArgs(String)

    Creates a new instance of text message event arguments.

    Declaration
    public SocketTextMessageEventArgs(string message)
    Parameters
    Type Name Description
    String message

    Received message string.

    Properties

    | Improve this Doc View Source

    Message

    Gets the received message string.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors