Table of Contents

Property NameLocalizations

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

NameLocalizations

Gets the localization dictionary for the Name field.

[JsonProperty("name_localizations")]
public IReadOnlyDictionary<string, string>? NameLocalizations { get; }

Property Value

IReadOnlyDictionary<string, string>