Update Post.cs

This commit is contained in:
Kruzya
2021-10-21 10:26:31 +04:00
committed by GitHub
parent b007732833
commit c68fe7be37
+2 -1
View File
@@ -69,6 +69,7 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Data
/// The URI where this post is located in web. /// The URI where this post is located in web.
/// </summary> /// </summary>
[Required] [Required]
[MaxLength(256)]
public string Url { get; set; } public string Url { get; set; }
/// <summary> /// <summary>
@@ -104,4 +105,4 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Data
} }
} }
} }
} }