Table of Contents

Enum TagType

Namespace
Discord
Assembly
Discord.Net.Core.dll

Specifies the type of Discord tag.

public enum TagType

Fields

ChannelMention = 1

The object is a channel mention.

Emoji = 5

The object is an emoji.

EveryoneMention = 3

The object is an everyone mention.

HereMention = 4

The object is a here mention.

RoleMention = 2

The object is a role mention.

UserMention = 0

The object is an user mention.