Enum TagType
Specifies the type of Discord tag.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum TagType
Fields​
UserMention​
The object is an user mention.
View Source​
Declaration
UserMention = 0
ChannelMention​
The object is a channel mention.
View Source​
Declaration
ChannelMention = 1
RoleMention​
The object is a role mention.
View Source​
Declaration
RoleMention = 2
EveryoneMention​
The object is an everyone mention.
View Source​
Declaration
EveryoneMention = 3
HereMention​
The object is a here mention.
View Source​
Declaration
HereMention = 4
Emoji​
The object is an emoji.
View Source​
Declaration
Emoji = 5