4 lines
90 B
Python
4 lines
90 B
Python
from aiogram.utils.callback_data import CallbackData
|
|
|
|
some_callback = CallbackData("new")
|