MCPcopy Create free account
hub / github.com/VJBots/VJ-File-Store / __init__

Method __init__

TechVJ/bot/__init__.py:12–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10class StreamXBot(Client):
11
12 def __init__(self):
13 super().__init__(
14 name="vjfiletolink",
15 api_id=API_ID,
16 api_hash=API_HASH,
17 bot_token=BOT_TOKEN,
18 workers=150,
19 plugins={"root": "plugins"},
20 sleep_threshold=5,
21 )
22 async def iter_messages(
23 self,
24 chat_id: Union[int, str],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected