media.lua sends now webp
This commit is contained in:
@@ -17,6 +17,10 @@ local function run(msg, matches)
|
||||
elseif mime_type == 'text' then
|
||||
print('Sende Document')
|
||||
send_document(receiver, file, rmtmp_cb, cb_extra)
|
||||
|
||||
elseif mime_type == 'application' then
|
||||
print('Sende Document')
|
||||
send_document(receiver, file, rmtmp_cb, cb_extra)
|
||||
|
||||
elseif mime_type == 'image' then
|
||||
print('Sende Foto')
|
||||
|
Reference in New Issue
Block a user