all repos — gif-escarbot @ 57b5fda7ff40107b938dd90758a61bcda4866010

Earthbound Café's custom delivery bot with other cool utilities built-in.

add channel post to allowed updates
Marco Andronaco andronacomarco@gmail.com
Thu, 24 Aug 2023 15:15:18 +0200
commit

57b5fda7ff40107b938dd90758a61bcda4866010

parent

ed46dbb3a3bddc2a15b377c146b23ec1e3f8a69b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.pymain.py

@@ -25,4 +25,4 @@ application.add_handler(CallbackQueryHandler(callback=inline_keyboard))

application.add_handler(MessageHandler(filters.ChatType.CHANNEL, forward)) application.add_handler(MessageHandler(filters.ChatType.PRIVATE, admin_forward)) application.add_handler(MessageHandler(filters.ChatType.GROUPS, replace)) - application.run_polling(allowed_updates=[Update.MESSAGE, Update.CALLBACK_QUERY]) + application.run_polling(allowed_updates=[Update.CHANNEL_POST, Update.MESSAGE, Update.CALLBACK_QUERY])