RNB Asked:2022-06-14 00:37:21 +0000 UTC2022-06-14 00:37:21 +0000 UTC 2022-06-14 00:37:21 +0000 UTC 如何使用机器人在群组中的电报中提供管理面板? 772 是否可以使用telebot / aiogram将管理员分配给具有管理员的机器人组? python 1 个回答 Voted Best Answer Максим 2022-07-01T03:12:24Z2022-07-01T03:12:24Z 是的!aiogram 库有一个promoteChatMember 函数。以下列形式使用: await bot.promote_chat_member(chat_id = /chat_id/, user_id = /user_id/) 还有其他选项,您可以在链接中找到更多信息: https://docs.aiogram.dev/en/dev-3.x/api/methods/promote_chat_member.html
是的!aiogram 库有一个promoteChatMember 函数。以下列形式使用:
还有其他选项,您可以在链接中找到更多信息: