|
@@ -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; } |
|
|
|
|
|
internal Channel PrivateChannel => _client.GetChannel(PrivateChannelId); |
|
|
|
|
|
|
|
|
public string PrivateChannelId { get; set; } |
|
|
|
|
|
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> |
|
|