Add DisplayAvatar to IGuildUser (#2115)
This commit is contained in:
@@ -55,9 +55,13 @@ namespace Discord.Rest
|
||||
string IGuildUser.DisplayName => null;
|
||||
/// <inheritdoc />
|
||||
string IGuildUser.Nickname => null;
|
||||
/// <inheritdoc/>
|
||||
string IGuildUser.DisplayAvatarId => null;
|
||||
/// <inheritdoc />
|
||||
string IGuildUser.GuildAvatarId => null;
|
||||
/// <inheritdoc />
|
||||
string IGuildUser.GetDisplayAvatarUrl(ImageFormat format, ushort size) => null;
|
||||
/// <inheritdoc />
|
||||
string IGuildUser.GetGuildAvatarUrl(ImageFormat format, ushort size) => null;
|
||||
/// <inheritdoc />
|
||||
bool? IGuildUser.IsPending => null;
|
||||
|
||||
Reference in New Issue
Block a user