Table of Contents

Enum DiscordUriType

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents a uri type.

public enum DiscordUriType : byte

Fields

Standard = 0

Represents a URI that conforms to RFC 3986, meaning it's stored internally as a Uri and will contain a trailing slash after the domain name.

NonStandard = 1

Represents a URI that does not conform to RFC 3986, meaning it's stored internally as a plain string and should be treated as one.