Unhid PrivateChannel

This commit is contained in:
Brandon Smith
2015-08-30 16:55:16 -03:00
parent 66d8eab986
commit 7f04af4db3

View File

@@ -31,8 +31,8 @@ namespace Discord
/// <summary> Returns the string "&lt;@Id&gt;" 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>