(self, user_id: int)
| 40 | return doc.get("message_id") if doc else None |
| 41 | |
| 42 | async def delete_fsub_msg_db(self, user_id: int): |
| 43 | await self.fsub_cache.delete_one({"user_id": user_id}) |
| 44 | |
| 45 | tb = TechifyBots() |
| 46 |
no outgoing calls
no test coverage detected