Search Results for

    Show / Hide Table of Contents

    Class DiscordGuildPreview

    Represents the guild preview.

    Inheritance
    System.Object
    SnowflakeObject
    DiscordGuildPreview
    Inherited Members
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public class DiscordGuildPreview : SnowflakeObject

    Properties

    | Improve this Doc View Source

    ApproximateMemberCount

    Gets the approximate member count.

    Declaration
    public int ApproximateMemberCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ApproximatePresenceCount

    Gets the approximate presence count.

    Declaration
    public int ApproximatePresenceCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Description

    Gets the description for the guild, if the guild is discoverable.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DiscoverySplashHash

    Gets the guild discovery splash's hash.

    Declaration
    public string DiscoverySplashHash { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DiscoverySplashUrl

    Gets the guild discovery splash's url.

    Declaration
    public string DiscoverySplashUrl { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    HubType

    Gets this hub type for the guild, if the guild is a hub.

    Declaration
    public HubType HubType { get; }
    Property Value
    Type Description
    HubType
    | Improve this Doc View Source

    IconHash

    Gets the guild icon's hash.

    Declaration
    public string IconHash { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IconUrl

    Gets the guild icon's url.

    Declaration
    public string IconUrl { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Gets the guild name.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SplashHash

    Gets the guild splash's hash.

    Declaration
    public string SplashHash { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SplashUrl

    Gets the guild splash's url.

    Declaration
    public string SplashUrl { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SystemChannelFlags

    Gets the system channel flags for the guild.

    Declaration
    public SystemChannelFlags SystemChannelFlags { get; }
    Property Value
    Type Description
    SystemChannelFlags

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems