Class DiscordInviteGuild
Represents a guild to which the user is invited.
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class DiscordInviteGuild : SnowflakeObject
Properties
| Improve this Doc View SourceBanner
Gets the guild's banner hash, when applicable.
Declaration
public string Banner { get; }
Property Value
Type | Description |
---|---|
System.String |
BannerUrl
Gets the guild's banner in url form.
Declaration
public string BannerUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets the guild description, when applicable.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Features
Gets a collection of this guild's features.
Declaration
public IReadOnlyList<string> Features { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.String> |
IconHash
Gets the guild icon's hash.
Declaration
public string IconHash { get; }
Property Value
Type | Description |
---|---|
System.String |
IconUrl
Gets the guild icon's url.
Declaration
public string IconUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
IsNsfw
Gets the guild nsfw status.
Declaration
public bool IsNsfw { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets the name of the guild.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
NsfwLevel
Gets the guild nsfw level.
Declaration
public NsfwLevel NsfwLevel { get; }
Property Value
Type | Description |
---|---|
NsfwLevel |
SplashUrl
Gets the URL of guild's invite splash.
Declaration
public string SplashUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
VanityUrlCode
Gets vanity URL code for this guild, when applicable.
Declaration
public string VanityUrlCode { get; }
Property Value
Type | Description |
---|---|
System.String |
VerificationLevel
Gets the guild's verification level.
Declaration
public VerificationLevel VerificationLevel { get; }
Property Value
Type | Description |
---|---|
VerificationLevel |
WelcomeScreen
Gets the guild's welcome screen, when applicable.
Declaration
public DiscordGuildWelcomeScreen WelcomeScreen { get; }
Property Value
Type | Description |
---|---|
DiscordGuildWelcomeScreen |