Unhid PrivateChannel
This commit is contained in:
@@ -31,8 +31,8 @@ namespace Discord
|
||||
/// <summary> Returns the string "<@Id>" to be used as a shortcut when including mentions in text. </summary>
|
||||
public string Mention => $"<@{Id}>";
|
||||
|
||||
internal string PrivateChannelId { get; internal set; }
|
||||
internal Channel PrivateChannel => _client.GetChannel(PrivateChannelId);
|
||||
public string PrivateChannelId { get; set; }
|
||||
public Channel PrivateChannel => _client.GetChannel(PrivateChannelId);
|
||||
|
||||
//TODO: Add voice
|
||||
/// <summary> Returns the time this user last sent a message. </summary>
|
||||
|
||||
Reference in New Issue
Block a user