Browse Source

Fixed typo

tags/docs-0.9
RogueException 9 years ago
parent
commit
ac218b3b7c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Models/Message.cs

+ 1
- 1
src/Discord.Net/Models/Message.cs View File

@@ -160,7 +160,7 @@ namespace Discord
public string Url { get; internal set; }
/// <summary> Preview url for this file. </summary>
public string ProxyUrl { get; internal set; }
/// <summary> Width of the this file, if it is an image. </summary>
/// <summary> Width of this file, if it is an image. </summary>
public int? Width { get; internal set; }
/// <summary> Height of this file, if it is an image. </summary>
public int? Height { get; internal set; }


Loading…
Cancel
Save