Files
TelegramSessionKeeper/modules/menu/callbacks/get_code/get_code.py
2023-05-10 23:51:23 +03:00

7 lines
129 B
Python

from modules.decorators.callback import async_callback
@async_callback
async def get_code_callback(session_name: str):
...