Is not an issue, but a question:
Any easy way to disable bot to check edited messages? Maybe a fast way is commenting this line?
https://github.com/akalongman/php-telegram-bot/blob/518e9dd861f3dafcf6272856043e941bc59fa6dc/src/Telegram.php#L434
Don't know yet why (maybe because I made little modifications on DB.php and Telegram.php), but when some user edits a command/message, bot crashes https://github.com/akalongman/php-telegram-bot/issues/406 (edited_message DB table shows same edited message 100's times).
Also, how can I read only last message? Sometimes I'm testing new things and editing code, and bot freezes/crash and stop responding to commands.
After that, when bot is working again, reads & reply to all commands in bulk (last time bot replied to 50+ commands at once). I want to read by default only last command sent by user and execute it.
Thanks!
[
'allowed_updates' => ['message', 'inline_query', 'chosen_inline_result', 'callback_query', 'channel_post', 'edited_channel_post'] //removed 'edited_message'!
];
(array to be used with commented alternative code in set.php)
Thanks @jacklul! Will try both options, 2nd solution looks a bit complicated for me, hope I don't mess up anything on server.
1st one:

Sorry to point it out here again too, but the 500 error must have some other cause.
Internal server error should be addressed properly and fixed 馃槆
Can not reproduce. Looks like fixed.