Table of Contents

Interface IUserGuildSettings

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IUserGuildSettings

Properties

ChannelOverrides

IDictionary<ulong, IGuildChannelOverride>? ChannelOverrides { get; }

Property Value

IDictionary<ulong, IGuildChannelOverride>

GuildId

ulong? GuildId { get; }

Property Value

ulong?

HideMutedChannels

bool HideMutedChannels { get; }

Property Value

bool

MessageNotifications

NotificationType MessageNotifications { get; }

Property Value

NotificationType

MobilePush

bool MobilePush { get; }

Property Value

bool

MuteConfig

IMuteConfiguration? MuteConfig { get; }

Property Value

IMuteConfiguration

Muted

bool Muted { get; }

Property Value

bool

SuppressEveryone

bool SuppressEveryone { get; }

Property Value

bool

SuppressRoles

bool SuppressRoles { get; }

Property Value

bool

UnreadBadges

NotificationType? UnreadBadges { get; }

Property Value

NotificationType?

Version

int Version { get; }

Property Value

int