From 92ca557daf3a76b4bea294ec829ad3c03bb0f908 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 26 Apr 2020 11:49:24 +0200 Subject: Update pegatino to new tg-utils release --- pegatino.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pegatino.pl') 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'}); -- cgit v1.2.3