Class GuildTemplatePreview
- Namespace
- NetCord.Rest
- Assembly
- NetCord.dll
public class GuildTemplatePreview : IJsonModel<JsonGuild>
- Inheritance
-
GuildTemplatePreview
- Implements
-
- Inherited Members
-
Constructors
GuildTemplatePreview(JsonGuild, RestClient)
public GuildTemplatePreview(JsonGuild jsonModel, RestClient client)
Parameters
jsonModel
JsonGuild
client
RestClient
Properties
AfkChannelId
public ulong? AfkChannelId { get; }
Property Value
- ulong?
AfkTimeout
public int AfkTimeout { get; }
Property Value
- int
Channels
public IReadOnlyDictionary<ulong, IGuildChannel> Channels { get; }
Property Value
- IReadOnlyDictionary<ulong, IGuildChannel>
ContentFilter
public ContentFilter ContentFilter { get; }
Property Value
- ContentFilter
DefaultMessageNotificationLevel
public DefaultMessageNotificationLevel DefaultMessageNotificationLevel { get; }
Property Value
- DefaultMessageNotificationLevel
Description
public string? Description { get; }
Property Value
- string
IconHash
public string? IconHash { get; }
Property Value
- string
Name
public string Name { get; }
Property Value
- string
PreferredLocale
public string PreferredLocale { get; }
Property Value
- string
Roles
public IReadOnlyDictionary<ulong, Role> Roles { get; }
Property Value
- IReadOnlyDictionary<ulong, Role>
SystemChannelFlags
public SystemChannelFlags SystemChannelFlags { get; }
Property Value
- SystemChannelFlags
SystemChannelId
public ulong? SystemChannelId { get; }
Property Value
- ulong?
VerificationLevel
public VerificationLevel VerificationLevel { get; }
Property Value
- VerificationLevel