MCPcopy Create free account
hub / github.com/VJBots/VJ-Forward-Bot / __init__

Method __init__

plugins/test.py:44–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42
43class CLIENT:
44 def __init__(self):
45 self.api_id = Config.API_ID
46 self.api_hash = Config.API_HASH
47
48 def user_session(self, data):
49 return Client("USERBOT", self.api_id, self.api_hash, session_string=data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected