Enum MessageSource
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Specifies the source of the Discord message.
public enum MessageSource
Fields
Bot = 2
The message is sent by a bot.
System = 0
The message is sent by the system.
User = 1
The message is sent by a user.
Webhook = 3
The message is sent by a webhook.