Listening to other updates

You can also listen to these updates: chat_join_request, my_chat_member, new_chat_member, left_chat_member, dice, location, contact, photo, callback_query, pre_checkout_query, channel_post, edited_channel_post, inline_query, chosen_inline_result, shipping_query, invoice, message, text, edit, poll

bot.on('event')
// replace 'event' to one of suggested updates upper that you want listen to

Last updated