From f696263460bfeadbce3412c7d22aaefd5a680e26 Mon Sep 17 00:00:00 2001
From: John Preston <johnprestonmail@gmail.com>
Date: Fri, 26 Feb 2016 17:41:09 +0300
Subject: [PATCH] limits for caption and description updated

---
 Telegram/SourceFiles/config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Telegram/SourceFiles/config.h b/Telegram/SourceFiles/config.h
index e6f480114..ddf3f20e0 100644
--- a/Telegram/SourceFiles/config.h
+++ b/Telegram/SourceFiles/config.h
@@ -142,9 +142,9 @@ enum {
 	MaxUsernameLength = 32,
 	UsernameCheckTimeout = 200,
 
-	MaxChannelDescription = 120,
+	MaxChannelDescription = 255,
 	MaxGroupChannelTitle = 255,
-	MaxPhotoCaption = 140,
+	MaxPhotoCaption = 200,
 
 	MaxMessageSize = 4096,
 	MaxHttpRedirects = 5, // when getting external data/images