(self)
| 42 | |
| 43 | class 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) |
nothing calls this directly
no outgoing calls
no test coverage detected