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>
|
/// <summary> Returns the string "<@Id>" to be used as a shortcut when including mentions in text. </summary>
|
||||||
public string Mention => $"<@{Id}>";
|
public string Mention => $"<@{Id}>";
|
||||||
|
|
||||||
internal string PrivateChannelId { get; internal set; }
|
public string PrivateChannelId { get; set; }
|
||||||
internal Channel PrivateChannel => _client.GetChannel(PrivateChannelId);
|
public Channel PrivateChannel => _client.GetChannel(PrivateChannelId);
|
||||||
|
|
||||||
//TODO: Add voice
|
//TODO: Add voice
|
||||||
/// <summary> Returns the time this user last sent a message. </summary>
|
/// <summary> Returns the time this user last sent a message. </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user