Table of Contents

Interface IPartialChannel

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IPartialChannel : ISnowflake, IMentionable
Inherited Members

Properties

IsTextable

Can you send messages in this channel.

bool IsTextable { get; }

Property Value

bool

Name

The name of the channel.

string? Name { get; }

Property Value

string

Type

The type of the channel.

ChannelType Type { get; }

Property Value

ChannelType