API reference
Enum AuthorType
- Namespace
- DisCatSharp.Experimental.Enums
- Assembly
- DisCatSharp.Experimental.dll
Represents the type of author for message search.
public enum AuthorType
Fields
[EnumMember(Value = "user")] User = 0Represents a user.
[EnumMember(Value = "bot")] Bot = 1Represents a bot.
[EnumMember(Value = "webhook")] Webhook = 2Represents a webhook.
[EnumMember(Value = "-user")] NoUser = 3Represents no user.
[EnumMember(Value = "-bot")] NoBot = 4Represents no bot.
[EnumMember(Value = "-webhook")] NoWebhook = 5Represents no webhook.