Search Results for

    Show / Hide Table of Contents

    Class DiscordInviteGuild

    Represents a guild to which the user is invited.

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

    Properties

    | Improve this Doc View Source

    Banner

    Gets the guild's banner hash, when applicable.

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

    BannerUrl

    Gets the guild's banner in url form.

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

    Description

    Gets the guild description, when applicable.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String
    | 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

    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

    IsNsfw

    Gets the guild nsfw status.

    Declaration
    public bool IsNsfw { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Gets the name of the guild.

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

    NsfwLevel

    Gets the guild nsfw level.

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

    SplashUrl

    Gets the URL of guild's invite splash.

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

    VanityUrlCode

    Gets vanity URL code for this guild, when applicable.

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

    VerificationLevel

    Gets the guild's verification level.

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

    WelcomeScreen

    Gets the guild's welcome screen, when applicable.

    Declaration
    public DiscordGuildWelcomeScreen WelcomeScreen { get; }
    Property Value
    Type Description
    DiscordGuildWelcomeScreen

    Extension Methods

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