Table of Contents

Class RoleConnectionMetadata

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the role connection metadata object.

public class RoleConnectionMetadata
Inheritance
RoleConnectionMetadata
Inherited Members

Properties

Description

Gets the description of the metadata field.

public string Description { get; }

Property Value

string

DescriptionLocalizations

Gets translations of the description. null if not set.

public IReadOnlyDictionary<string, string> DescriptionLocalizations { get; }

Property Value

IReadOnlyDictionary<string, string>

Key

Gets the dictionary key for the metadata field.

public string Key { get; }

Property Value

string

Name

Gets the name of the metadata field.

public string Name { get; }

Property Value

string

NameLocalizations

Gets translations of the name. null if not set.

public IReadOnlyDictionary<string, string> NameLocalizations { get; }

Property Value

IReadOnlyDictionary<string, string>

Type

Gets the of metadata value.

public RoleConnectionMetadataType Type { get; }

Property Value

RoleConnectionMetadataType

Methods

ToRoleConnectionMetadataProperties()

Initializes a new RoleConnectionMetadataProperties with the data from this object.

public RoleConnectionMetadataProperties ToRoleConnectionMetadataProperties()

Returns

RoleConnectionMetadataProperties