Table of Contents

Class MuteConfiguration

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class MuteConfiguration : Entity, IMuteConfiguration
Inheritance
object
MuteConfiguration
Implements

Properties

EndAt

public DateTimeOffset? EndAt { get; }

Property Value

DateTimeOffset?

SelectedTimeSeconds

public int? SelectedTimeSeconds { get; }

Property Value

int?

Methods

Create(FluxerBaseClient, MuteConfigurationJson)

Create a GuildChannelOverride object from json.

public static MuteConfiguration Create(FluxerBaseClient client, MuteConfigurationJson json)

Parameters

client FluxerBaseClient
json MuteConfigurationJson

Returns

MuteConfiguration