Add DisplayName property to IGuildUser. (#2107)

This commit is contained in:
Armano den Boef
2022-02-16 12:52:08 +01:00
committed by GitHub
parent 169d54f1df
commit abfba3c4bb
6 changed files with 19 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ namespace Discord.Rest
/// <inheritdoc />
DateTimeOffset? IGuildUser.JoinedAt => null;
/// <inheritdoc />
string IGuildUser.DisplayName => null;
/// <inheritdoc />
string IGuildUser.Nickname => null;
/// <inheritdoc />
string IGuildUser.GuildAvatarId => null;