Browse Source

Removed GetJumpUrl() from IMessage

pull/1098/head
Casino Boyale GitHub 7 years ago
parent
commit
da6cb4b6d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Discord.Net.Core/Entities/Messages/IMessage.cs

+ 0
- 2
src/Discord.Net.Core/Entities/Messages/IMessage.cs View File

@@ -15,8 +15,6 @@ namespace Discord
bool IsPinned { get; } bool IsPinned { get; }
/// <summary> Returns the content for this message. </summary> /// <summary> Returns the content for this message. </summary>
string Content { get; } string Content { get; }
/// <summary> Returns a jump url for this message. </summary>
string GetJumpUrl();
/// <summary> Gets the time this message was sent. </summary> /// <summary> Gets the time this message was sent. </summary>
DateTimeOffset Timestamp { get; } DateTimeOffset Timestamp { get; }
/// <summary> Gets the time of this message's last edit, if any. </summary> /// <summary> Gets the time of this message's last edit, if any. </summary>


Loading…
Cancel
Save