Interface IPartialChannel
public interface IPartialChannel : ISnowflake, IMentionable
- Inherited Members
Properties
IsTextable
Can you send messages in this channel.
bool IsTextable { get; }
Property Value
Name
The name of the channel.
string? Name { get; }
Property Value
Type
The type of the channel.
ChannelType Type { get; }