fix bug in send single video
This commit is contained in:
@@ -252,7 +252,7 @@ class main:
|
|||||||
f = True
|
f = True
|
||||||
while len(text) > 0 or f:
|
while len(text) > 0 or f:
|
||||||
if f:
|
if f:
|
||||||
di['caption'] = text.tostr()
|
di['caption'] = text.tostr(1024)
|
||||||
else:
|
else:
|
||||||
di['text'] = text.tostr()
|
di['text'] = text.tostr()
|
||||||
di['parse_mode'] = 'HTML'
|
di['parse_mode'] = 'HTML'
|
||||||
|
|||||||
Reference in New Issue
Block a user