summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Ramos2020-04-26 11:49:24 +0200
committerGuillermo Ramos2020-04-26 11:49:24 +0200
commit92ca557daf3a76b4bea294ec829ad3c03bb0f908 (patch)
tree6b49f7dd51e7b38439569fdbfc21daa6c93378c0
parente2c5ad94cefbd40a45a27fa3831af85e9ef3d6a1 (diff)
downloadbots-92ca557daf3a76b4bea294ec829ad3c03bb0f908.tar.gz
Update pegatino to new tg-utils release
-rwxr-xr-xpegatino.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/pegatino.pl b/pegatino.pl
index 7ef2e61..2799c75 100755
--- a/pegatino.pl
+++ b/pegatino.pl
@@ -36,4 +36,6 @@ close $newh;
unlink $origpath, $newpath;
-print encode_json({type => 'DOCUMENT', caption => 'Tenga, ayúdese', content => encode_base64 $newimg, '' });
+print encode_json({type => 'DOCUMENT', caption => 'Tenga, ayúdese',
+ content => encode_base64 $newimg, '',
+ filename => 'cosa.png'});