limits for caption and description updated
This commit is contained in:
parent
ade6b5aae0
commit
f696263460
|
@ -142,9 +142,9 @@ enum {
|
||||||
MaxUsernameLength = 32,
|
MaxUsernameLength = 32,
|
||||||
UsernameCheckTimeout = 200,
|
UsernameCheckTimeout = 200,
|
||||||
|
|
||||||
MaxChannelDescription = 120,
|
MaxChannelDescription = 255,
|
||||||
MaxGroupChannelTitle = 255,
|
MaxGroupChannelTitle = 255,
|
||||||
MaxPhotoCaption = 140,
|
MaxPhotoCaption = 200,
|
||||||
|
|
||||||
MaxMessageSize = 4096,
|
MaxMessageSize = 4096,
|
||||||
MaxHttpRedirects = 5, // when getting external data/images
|
MaxHttpRedirects = 5, // when getting external data/images
|
||||||
|
|
Loading…
Reference in New Issue