(self, data)
| 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) |
| 50 | |
| 51 | async def add_bot(self, bot, message): |
| 52 | user_id = int(message.from_user.id) |
nothing calls this directly
no outgoing calls
no test coverage detected