Table of Contents
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 = 0

Represents a user.

[EnumMember(Value = "bot")] Bot = 1

Represents a bot.

[EnumMember(Value = "webhook")] Webhook = 2

Represents a webhook.

[EnumMember(Value = "-user")] NoUser = 3

Represents no user.

[EnumMember(Value = "-bot")] NoBot = 4

Represents no bot.

[EnumMember(Value = "-webhook")] NoWebhook = 5

Represents no webhook.