Property Title
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Title
Gets the embed's title.
[JsonProperty("title", NullValueHandling = NullValueHandling.Ignore)]
public string? Title { get; }
Property Value
- string
Gets the embed's title.
[JsonProperty("title", NullValueHandling = NullValueHandling.Ignore)]
public string? Title { get; }