Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ from telethon.errors.rpcerrorlist import (
class PaperClient(TelegramClient):
def __init__(self, session: str | Session) -> None:
api = API.TelegramAndroid.Generate("paper")
super().__init__(f"sessions/{session}.session", api, flood_sleep_threshold=0)
super().__init__(f"sessions/{session}.session", api, flood_sleep_threshold=120)
async def invite_self(self, group: Entity | EntityLike):
group = await self.__cast_to_entity(group)