Table of Contents

Class GuildPreview

Namespace
NetCord.Rest
Assembly
NetCord.dll
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 JsonGuild
client RestClient

Properties

ApproximatePresenceCount

public int ApproximatePresenceCount { get; }

Property Value

int

ApproximateUserCount

public int ApproximateUserCount { get; }

Property Value

int

Description

public string? Description { get; }

Property Value

string

DiscoverySplashHash

public string? DiscoverySplashHash { get; }

Property Value

string

Emojis

public ImmutableDictionary<ulong, GuildEmoji> Emojis { get; }

Property Value

ImmutableDictionary<ulong, GuildEmoji>

Features

public IReadOnlyList<string> Features { get; }

Property Value

IReadOnlyList<string>

IconHash

public string? IconHash { get; }

Property Value

string

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

Name

public string Name { get; }

Property Value

string

SplashHash

public string? SplashHash { get; }

Property Value

string