Class SocketTextMessageEventArgs
Represents arguments for text message websocket event.
Namespace: KSharpPlus.EventArgs.Socket
Assembly: KSharpPlus.dll
Syntax
public sealed class SocketTextMessageEventArgs : SocketMessageEventArgs
Constructors
| Improve this Doc View SourceSocketTextMessageEventArgs(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 SourceMessage
Gets the received message string.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |