no need
This commit is contained in:
parent
5c9e12eca4
commit
c8047a6308
@ -1,16 +1,12 @@
|
|||||||
|
from pyrogram import Client
|
||||||
from pytgcalls import PyTgCalls
|
from pytgcalls import PyTgCalls
|
||||||
from pyrogram import Client, filters
|
|
||||||
from config import SESSION_NAME, API_ID, API_HASH
|
from config import SESSION_NAME, API_ID, API_HASH
|
||||||
|
|
||||||
contact_filter = filters.create(
|
|
||||||
lambda _, __, message:
|
|
||||||
(message.from_user and message.from_user.is_contact) or message.outgoing
|
|
||||||
)
|
|
||||||
|
|
||||||
bot = Client(
|
bot = Client(
|
||||||
SESSION_NAME,
|
SESSION_NAME,
|
||||||
API_ID,
|
API_ID,
|
||||||
API_HASH,
|
API_HASH,
|
||||||
plugins=dict(root="program")
|
plugins=dict(root="program")
|
||||||
)
|
)
|
||||||
|
|
||||||
call_py = PyTgCalls(bot)
|
call_py = PyTgCalls(bot)
|
||||||
|
Loading…
Reference in New Issue
Block a user