-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📥 Implement Reply-Markup Buttons for a User-Friendly Experience #2
Comments
Hello @Salz0 can I work on this issue? |
Sure, go ahead! 💌 |
One thing, I made a small error, instead of inline buttons, let's do the basic one's as reply button Would be much better to have the /sell as such a button, it's better for the UX Sorry for the confusion 🙇♂️ |
@Salz0 Honestly, I'm struggling with step 3.5, creating a virtual environment with poetry and setting up the project by adding .env variables. Kindly guide me here or point me to materials. |
Then, I don't know whether it's a bug or so. After installing requirements, unfortunately, the project couldn't build wheels for some dependencies. "ERROR: Could not build wheels for aiohttp, frozenlist, multidict, yarl, which is required to install pyproject.toml-based projects." The online solutions such as psf/black#3483 |
Hey, what version of python are you using? Take a look at Poetry's official documentation https://python-poetry.org/docs/basic-usage/ |
Enhance user interaction by replacing text commands with intuitive action buttons. 🚀🔘
Expected Behavior:
Instead of typing commands, users can click on the keyboard buttons for common actions, making the app more user-friendly and accessible. 🤖📲
Docs: https://docs.aiogram.dev/en/latest/api/types/reply_keyboard_markup.html
Example:
https://github.com/aiogram/aiogram/blob/dev-2.x/examples/regular_keyboard_example.py
Make it simple
The text was updated successfully, but these errors were encountered: