| from ubot import * | |
| async def _(client, message): | |
| await getubot_cmd(client, message) | |
| async def _(client, inline_query): | |
| await getubot_query(client, inline_query) | |
| async def _(client, callback_query): | |
| await close_usernya(client, callback_query) | |
| from ubot import * | |
| async def _(client, message): | |
| await getubot_cmd(client, message) | |
| async def _(client, inline_query): | |
| await getubot_query(client, inline_query) | |
| async def _(client, callback_query): | |
| await close_usernya(client, callback_query) | |