Class GuildPreview
public class GuildPreview : ClientEntity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonGuild>
- Inheritance
-
GuildPreview
- Implements
- Inherited Members
Constructors
GuildPreview(JsonGuild, RestClient)
public GuildPreview(JsonGuild jsonModel, RestClient client)
Parameters
jsonModel
JsonGuildclient
RestClient
Properties
ApproximatePresenceCount
public int ApproximatePresenceCount { get; }
Property Value
ApproximateUserCount
public int ApproximateUserCount { get; }
Property Value
Description
public string? Description { get; }
Property Value
DiscoverySplashHash
public string? DiscoverySplashHash { get; }
Property Value
Emojis
public ImmutableDictionary<ulong, GuildEmoji> Emojis { get; }
Property Value
Features
public IReadOnlyList<string> Features { get; }
Property Value
IconHash
public string? IconHash { get; }
Property Value
Id
The unique identifier for this object.
public override ulong Id { get; }
Property Value
Name
public string Name { get; }
Property Value
SplashHash
public string? SplashHash { get; }