Method SendMessageAsync
- Namespace
- DSharpPlus.Net.WebSocket
- Assembly
- DSharpPlus.dll
SendMessageAsync(string)
Send a message to the WebSocket server.
public Task SendMessageAsync(string message)
Parameters
message
stringThe message to send.
Send a message to the WebSocket server.
public Task SendMessageAsync(string message)
message
stringThe message to send.