forgot import
This commit is contained in:
parent
60b1e4788d
commit
4ebae40c14
@ -10,6 +10,8 @@ from driver.decorators import authorized_users_only, bot_creator, check_blacklis
|
|||||||
|
|
||||||
from pyrogram.types import Message
|
from pyrogram.types import Message
|
||||||
from pyrogram import Client, filters
|
from pyrogram import Client, filters
|
||||||
|
from pyrogram.raw.types import InputPeerChannel
|
||||||
|
from pyrogram.raw.functions.phone import CreateGroupCall
|
||||||
from pyrogram.errors import UserAlreadyParticipant, UserNotParticipant
|
from pyrogram.errors import UserAlreadyParticipant, UserNotParticipant
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user