Table of Contents

Interface ITag

Namespace
Discord
Assembly
Discord.Net.Core.dll
public interface ITag

Properties

Index

int Index { get; }

Property Value

int

Key

ulong Key { get; }

Property Value

ulong

Length

int Length { get; }

Property Value

int

Type

TagType Type { get; }

Property Value

TagType

Value

object Value { get; }

Property Value

object