Search Results for

    Show / Hide Table of Contents

    Class DisCatSharpTeam

    The DisCatSharp team.

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

    Properties

    | Improve this Doc View Source

    Banner

    Gets the team's banner.

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

    BannerHash

    Gets the team's banner's hash.

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

    Developers

    Gets the team's developers.

    Declaration
    public IReadOnlyList<DisCatSharpTeamMember> Developers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DisCatSharpTeamMember>
    | Improve this Doc View Source

    DocsUrl

    Gets the team's docs url.

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

    Guild

    Gets the team's guild.

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

    GuildId

    Get's the team's guild id

    Declaration
    public ulong GuildId { get; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Icon

    Gets the team's icon.

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

    IconHash

    Gets the team's icon's hash.

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

    Logo

    Gets the team's logo.

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

    LogoHash

    Gets the team's logo's hash.

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

    Owner

    Gets the team's owner.

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

    PrivacyPolicyUrl

    Gets the team's privacy policy url.

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

    RepoUrl

    Gets the team's repo url.

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

    SupportInvite

    Gets the team's support invite.

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

    TeamName

    Gets the team's name.

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

    TermsOfServiceUrl

    Gets the team's terms of service url.

    Declaration
    public string TermsOfServiceUrl { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

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