Message analysis (reply_to_message dump)
dumps the replied-to message's fields back to chat, ungated exactly as v1 dispatches it (COOKIEBOT.py:202); truncates at 4000 chars, where v1 sent the whole dump and Telegram rejected anything over 4096 - so the command did nothing on exactly the messages worth analysing. QA authored, not ported
/analise/analisis/analysis- v1 scenarios
- —
- Ported
- 4
- Green
- 7
- Failing
- —
dumps the replied-to message's fields back to chat, ungated exactly as v1 dispatches it (COOKIEBOT.py:202); truncates at 4000 chars, where v1 sent the whole dump and Telegram rejected anything over 4096 - so the command did nothing on exactly the messages worth analysing. QA authored, not ported
Miscellaneous.py:71-81What it does
Behaviour that must not change
How to verify it
Receive forwarded posts
auto-forward prompt; must stay registered ahead of fun_random
Giveaways
two distributed tables replace Giveaways.db; v1's /giveaway never completed (json.loads on a de-quoted callback payload) and its enter button was admin-only - both fixed, see docs/contracts/x_giveaways.md; QA authored, not ported (10 scenarios)