Table of Contents

Class GuildChannelOverride

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class GuildChannelOverride : Entity, IGuildChannelOverride
Inheritance
object
GuildChannelOverride
Implements

Properties

Collapsed

public bool Collapsed { get; set; }

Property Value

bool

MessageNotifications

public int? MessageNotifications { get; set; }

Property Value

int?

MuteConfig

public MuteConfiguration? MuteConfig { get; set; }

Property Value

MuteConfiguration

Muted

public bool Muted { get; set; }

Property Value

bool

Methods

Create(FluxerBaseClient, GuildChannelOverrideJson)

Create a GuildChannelOverride object from json.

public static GuildChannelOverride Create(FluxerBaseClient client, GuildChannelOverrideJson json)

Parameters

client FluxerBaseClient
json GuildChannelOverrideJson

Returns

GuildChannelOverride