alfred richardsn
alfred richardsn
Markdown is now legacy parse mode and was superseded by MarkdownV2 (as per Telegram bot API: https://core.telegram.org/bots/api#markdownv2-style). This change is reflected in aiogram's quote function, so in order to not...
User is considered invited if they had gone through the referral link of another user and used escrow during 90 days after that. Referral links can be implemented using [deep...
As of now bot only has standard stdout aiogram logger of incoming updates, which docker takes care of. It can be useful for debugging purposes, but is not quite readable,...
If a user doesn't have a username and disabled the ability to add links to their account when forwarding their messages: , then markdown link of this user sent by...
When offer is sent to counteragent, there are two buttons: "Accept" and "Decline", there is no way for counteragent to accept the offer with a different sum without contacting initiator...
Cover code with unit tests using mock Telegram requests and apply CI. [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) may come in handy with asynchronous handlers.
Add the ability to create reviews on users or completed orders. ### Implementation - [ ] Rename "Hide" button to "Not interested" on another's orders. - [x] Don't show links...