diff options
author | Guillermo Ramos | 2020-04-26 11:49:24 +0200 |
---|---|---|
committer | Guillermo Ramos | 2020-04-26 11:49:24 +0200 |
commit | 92ca557daf3a76b4bea294ec829ad3c03bb0f908 (patch) | |
tree | 6b49f7dd51e7b38439569fdbfc21daa6c93378c0 | |
parent | e2c5ad94cefbd40a45a27fa3831af85e9ef3d6a1 (diff) | |
download | bots-92ca557daf3a76b4bea294ec829ad3c03bb0f908.tar.gz |
Update pegatino to new tg-utils release
-rwxr-xr-x | pegatino.pl | 4 |
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'}); |