Closed limpbrains closed 5 years ago
I've make client possible to send callback_query server and bot can recieve them
const message = tclient.makeCallbackQuery('somedata') await tclient.sendCallback(message)
This is a limited implementation, you cannot answer to those callbacks in bot. But is is enough to test receiving of callback_query's
Coverage increased (+1.07%) to 86.735% when pulling 6f2115165e4c4cdcb6da09e1bb761eff9e372391 on limpbrains:master into 2615567d0b069b71d2fa0ca8bab9f0dd6da3d93c on jehy:master.
great, thanks, published as 2.4.0.
I've make client possible to send callback_query server and bot can recieve them
This is a limited implementation, you cannot answer to those callbacks in bot. But is is enough to test receiving of callback_query's