Conversation
- `CallbackQuery` как алиас на `MessageCallback` - Проперти для вложений в `MessageBody` - Ключ `"state"` c `FsmContext`
…achmentRequests | Attachments`' Спасибо @ivan_kirpichnikov помог слава богу
… схожести с аиограмом
- Изменил названия функций с телеграма на макс: - `maxo.utils.link.create_telegram_link` -> `create_http_max_link` - `maxo.utils.link.create_tg_link` -> `create_telegram_link`
…м были хендлеры сигналов
Перенёс `CommandObject` из `maxo.types.command_object` в `maxo.routing.filters.command`
…= self.message_callback` в `Router` как подражание `aiogram`
Вероятность коллизии стала меньше, и длина айдишника стала 6 вместо 5-6
- ids.py: from mypy.types → from typing - webhook engine: dump() → load() для десериализации - formatting: защита от пустых аргументов в as_line/as_list - FastAPI adapter: on_startup/on_shutdown подключены через add_event_handler - user_repo: INSERT OR IGNORE + re-fetch для защиты от гонки - bot.py: docstring-предупреждение о секретности token - pyproject.toml: [tool.pytest] → [tool.pytest.ini_options] - message facade: подстановка defaults.disable_link_preview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Тест