feature: Add Name property to Teams (#1879)

This commit is contained in:
Wardog
2021-07-10 09:42:45 -05:00
committed by GitHub
parent 8349cd7e1e
commit c5b4b645b8
3 changed files with 9 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ namespace Discord
/// </summary>
IReadOnlyList<ITeamMember> TeamMembers { get; }
/// <summary>
/// Gets the name of this team.
/// </summary>
string Name { get; }
/// <summary>
/// Gets the user identifier that owns this team.
/// </summary>
ulong OwnerUserId { get; }