Property Topic
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Topic
Gets the channel's topic. This is applicable to text channels only.
[JsonProperty("topic", NullValueHandling = NullValueHandling.Ignore)]
public string Topic { get; }
Gets the channel's topic. This is applicable to text channels only.
[JsonProperty("topic", NullValueHandling = NullValueHandling.Ignore)]
public string Topic { get; }