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
Property Value
- ulong?
HideMutedChannels
bool HideMutedChannels { get; }
Property Value
- bool
MessageNotifications
NotificationType MessageNotifications { get; }
Property Value
- NotificationType
MobilePush
Property Value
- bool
MuteConfig
IMuteConfiguration? MuteConfig { get; }
Property Value
- IMuteConfiguration
Muted
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
Property Value
- int