Class PartialChannel
public class PartialChannel : Entity, IPartialChannel, ISnowflake, IMentionable
- Inheritance
-
objectPartialChannel
- Implements
- Derived
Properties
CreatedAt
Object created at UTC date.
public DateTimeOffset CreatedAt { get; }
Property Value
Id
Unique identifier (snowflake) for the object.
public ulong Id { get; }
Property Value
IsTextable
Can you send messages in this channel.
public bool IsTextable { get; }
Property Value
Mention
Formatted mention string for this object.
public string Mention { get; }
Property Value
Name
The name of the channel.
public string? Name { get; }
Property Value
Type
The type of the channel.
public ChannelType Type { get; }
Property Value
Methods
Create(FluxerBaseClient, PartialChannelJson)
public static PartialChannel Create(FluxerBaseClient client, PartialChannelJson json)
Parameters
clientFluxerBaseClientjsonPartialChannelJson