forgot import

This commit is contained in:
levina 2022-02-21 11:03:13 +07:00 committed by GitHub
parent 60b1e4788d
commit 4ebae40c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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