Event MessageReceived
- Namespace
- DisCatSharp.Net.WebSocket
- Assembly
- DisCatSharp.dll
Triggered when the client receives a message from the remote party.
public event AsyncEventHandler<IWebSocketClient, SocketMessageEventArgs> MessageReceived
Returns
- AsyncEventHandler<IWebSocketClient, SocketMessageEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.
- Implements