Class DisCatSharpTeam
The DisCatSharp team.
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DisCatSharpTeam : SnowflakeObject
Properties
| Improve this Doc View SourceBanner
Gets the team's banner.
Declaration
public string Banner { get; }
Property Value
Type | Description |
---|---|
System.String |
BannerHash
Gets the team's banner's hash.
Declaration
public string BannerHash { get; }
Property Value
Type | Description |
---|---|
System.String |
Developers
Gets the team's developers.
Declaration
public IReadOnlyList<DisCatSharpTeamMember> Developers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<DisCatSharpTeamMember> |
DocsUrl
Gets the team's docs url.
Declaration
public string DocsUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Guild
Gets the team's guild.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
GuildId
Get's the team's guild id
Declaration
public ulong GuildId { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Icon
Gets the team's icon.
Declaration
public string Icon { get; }
Property Value
Type | Description |
---|---|
System.String |
IconHash
Gets the team's icon's hash.
Declaration
public string IconHash { get; }
Property Value
Type | Description |
---|---|
System.String |
Logo
Gets the team's logo.
Declaration
public string Logo { get; }
Property Value
Type | Description |
---|---|
System.String |
LogoHash
Gets the team's logo's hash.
Declaration
public string LogoHash { get; }
Property Value
Type | Description |
---|---|
System.String |
Owner
Gets the team's owner.
Declaration
public DisCatSharpTeamMember Owner { get; }
Property Value
Type | Description |
---|---|
DisCatSharpTeamMember |
PrivacyPolicyUrl
Gets the team's privacy policy url.
Declaration
public string PrivacyPolicyUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
RepoUrl
Gets the team's repo url.
Declaration
public string RepoUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
SupportInvite
Gets the team's support invite.
Declaration
public DiscordInvite SupportInvite { get; }
Property Value
Type | Description |
---|---|
DiscordInvite |
TeamName
Gets the team's name.
Declaration
public string TeamName { get; }
Property Value
Type | Description |
---|---|
System.String |
TermsOfServiceUrl
Gets the team's terms of service url.
Declaration
public string TermsOfServiceUrl { get; }
Property Value
Type | Description |
---|---|
System.String |