From c68fe7be3755488af682ff8f1f2b2098bf1ef346 Mon Sep 17 00:00:00 2001 From: Kruzya Date: Thu, 21 Oct 2021 10:26:31 +0400 Subject: [PATCH] Update Post.cs --- modules/RichSiteSummary/Data/Post.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/RichSiteSummary/Data/Post.cs b/modules/RichSiteSummary/Data/Post.cs index cf1dd89..6c72a89 100644 --- a/modules/RichSiteSummary/Data/Post.cs +++ b/modules/RichSiteSummary/Data/Post.cs @@ -69,6 +69,7 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Data /// The URI where this post is located in web. /// [Required] + [MaxLength(256)] public string Url { get; set; } /// @@ -104,4 +105,4 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Data } } } -} \ No newline at end of file +}