Dorian Peregrim

Results 3 comments of Dorian Peregrim

Why is it not 429 like the sendMessage method? What are the actual limits for channels? How can I to avoid slow requests editMessageText? Will it change in the future?

Another crutch: ``` document.addEventListener('touchstart', function (event) { const isInput = event.target.closest('input, textarea'); if (!isInput) { document.activeElement.blur(); } }, { passive: true }); ```