Added auto-removal of applications in group
This commit is contained in:
@@ -11,7 +11,7 @@ from modules.utils import configGet, jsonLoad, locale
|
||||
@app.on_inline_query()
|
||||
async def inline_answer(client, inline_query):
|
||||
|
||||
if inline_query.chat_type not in [ChatType.BOT, ChatType.PRIVATE]:
|
||||
if inline_query.chat_type in [ChatType.CHANNEL]:
|
||||
await inline_query.answer(
|
||||
results=[
|
||||
InlineQueryResultArticle(
|
||||
|
Reference in New Issue
Block a user