function
This commit is contained in:
parent
652def66a7
commit
3faf6423b4
@ -1,6 +1,7 @@
|
|||||||
from config import API_HASH, API_ID, BOT_TOKEN, SESSION_NAME
|
|
||||||
from pyrogram import Client
|
from pyrogram import Client
|
||||||
from pytgcalls import PyTgCalls
|
from pytgcalls import PyTgCalls
|
||||||
|
from aiohttp import ClientSession
|
||||||
|
from config import API_HASH, API_ID, BOT_TOKEN, SESSION_NAME
|
||||||
|
|
||||||
|
|
||||||
bot = Client(
|
bot = Client(
|
||||||
@ -18,3 +19,6 @@ user = Client(
|
|||||||
)
|
)
|
||||||
|
|
||||||
calls = PyTgCalls(user, overload_quiet_mode=True)
|
calls = PyTgCalls(user, overload_quiet_mode=True)
|
||||||
|
|
||||||
|
|
||||||
|
aiohttpsession = ClientSession()
|
||||||
|
Loading…
Reference in New Issue
Block a user