mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
77481b7339
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue