Class DiscordGuildPreview
Represents the guild preview.
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class DiscordGuildPreview : SnowflakeObject
Properties
| Improve this Doc View SourceApproximateMemberCount
Gets the approximate member count.
Declaration
public int ApproximateMemberCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ApproximatePresenceCount
Gets the approximate presence count.
Declaration
public int ApproximatePresenceCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Description
Gets the description for the guild, if the guild is discoverable.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
DiscoverySplashHash
Gets the guild discovery splash's hash.
Declaration
public string DiscoverySplashHash { get; }
Property Value
Type | Description |
---|---|
System.String |
DiscoverySplashUrl
Gets the guild discovery splash's url.
Declaration
public string DiscoverySplashUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Emojis
Gets a collection of this guild's emojis.
Declaration
public IReadOnlyDictionary<ulong, DiscordEmoji> Emojis { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.UInt64, DiscordEmoji> |
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> |
HubType
Gets this hub type for the guild, if the guild is a hub.
Declaration
public HubType HubType { get; }
Property Value
Type | Description |
---|---|
HubType |
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 |
Name
Gets the guild name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SplashHash
Gets the guild splash's hash.
Declaration
public string SplashHash { get; }
Property Value
Type | Description |
---|---|
System.String |
SplashUrl
Gets the guild splash's url.
Declaration
public string SplashUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
SystemChannelFlags
Gets the system channel flags for the guild.
Declaration
public SystemChannelFlags SystemChannelFlags { get; }
Property Value
Type | Description |
---|---|
SystemChannelFlags |