Table of Contents

Class PartialChannel

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public class PartialChannel : Entity, IPartialChannel, ISnowflake, IMentionable
Inheritance
object
PartialChannel
Implements
Derived

Properties

CreatedAt

Object created at UTC date.

public DateTimeOffset CreatedAt { get; }

Property Value

DateTimeOffset

Id

Unique identifier (snowflake) for the object.

public ulong Id { get; }

Property Value

ulong

IsTextable

Can you send messages in this channel.

public bool IsTextable { get; }

Property Value

bool

Mention

Formatted mention string for this object.

public string Mention { get; }

Property Value

string

Name

The name of the channel.

public string? Name { get; }

Property Value

string

Type

The type of the channel.

public ChannelType Type { get; }

Property Value

ChannelType

Methods

Create(FluxerBaseClient, PartialChannelJson)

public static PartialChannel Create(FluxerBaseClient client, PartialChannelJson json)

Parameters

client FluxerBaseClient
json PartialChannelJson

Returns

PartialChannel