Interface INamedChannel
- Namespace
- NetCord
- Assembly
- NetCord.dll
Represents a named channel.
public interface INamedChannel : IEntity, ISpanFormattable, IFormattable
- Inherited Members
Properties
Name
The name of the channel object, between 1 and 100 characters.
string Name { get; }
Property Value
Methods
ToString()
string ToString()