MCPcopy Create free account
hub / github.com/HiddenCodeDevs/BlumTelegramBot / __init__

Method __init__

bot/core/tapper.py:35–37  ·  view source on GitHub ↗
(self, tg_client: Client, log: SessionLogger)

Source from the content-addressed store, hash-verified

33 _balance: float
34
35 def __init__(self, tg_client: Client, log: SessionLogger):
36 self.tg_client = tg_client
37 self._log = log
38
39 async def auth(self, session: aiohttp.ClientSession):
40 self._api = BlumApi(session, self._log)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected