diff --git a/src/Discord.Net/Models/User.cs b/src/Discord.Net/Models/User.cs index 464078f3b..779c2005c 100644 --- a/src/Discord.Net/Models/User.cs +++ b/src/Discord.Net/Models/User.cs @@ -71,6 +71,8 @@ namespace Discord // /// Gets this user's voice token. // public string Token { get; private set; } + /// Gets the current private channel for this user if one exists. + public Channel PrivateChannel => Client.GetPrivateChannel(Id); /// Returns the string used to mention this user. public string Mention => $"<@{Id}>"; /// Returns true if this user has marked themselves as muted.