Increase Telegram captions length limit.

This commit is contained in:
Sergio Conde Gomez
2018-10-31 18:07:09 +01:00
parent 5c1615292a
commit 65a15b157f
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
)
const (
captionLengthLimit = 200
captionLengthLimit = 1024
)
var (