diff --git a/program/userbot_tools.py b/program/userbot_tools.py index 93e20ec..f03b7a4 100644 --- a/program/userbot_tools.py +++ b/program/userbot_tools.py @@ -10,6 +10,8 @@ from driver.decorators import authorized_users_only, bot_creator, check_blacklis from pyrogram.types import Message from pyrogram import Client, filters +from pyrogram.raw.types import InputPeerChannel +from pyrogram.raw.functions.phone import CreateGroupCall from pyrogram.errors import UserAlreadyParticipant, UserNotParticipant