Laut der Doku soll man das so machen!

This commit is contained in:
Andreas Bielawski 2016-10-06 01:45:47 +02:00
parent 0246874f0d
commit 1fa1041bcb
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ function creds_manager:rename_creds(var, newvar)
end
function creds_manager:callback(callback, msg, self, config)
utilities.answer_callback_query(callback)
utilities.delete_message(msg.chat.id, msg.message_id)
end