WIP: Media import/export

This commit is contained in:
2023-03-18 20:53:26 +01:00
parent 06b6b49f43
commit a4323981fb
6 changed files with 22 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
from modules.utils import configGet
from classes.poster_client import PosterClient
from convopyro import Conversation
app = PosterClient(
"duptsiaposter",
@@ -7,3 +8,5 @@ app = PosterClient(
api_id=configGet("api_id", "bot"),
api_hash=configGet("api_hash", "bot"),
)
Conversation(app)