No button is created via callback. What to do?
There is a bot on telebot
The mongodb database writes the file_id value from the photo
When trying to bring from the database to the button via callback, displays
[bot.error.event] {
ok: false,
error_code: 400,
description: 'Bad Request: BUTTON_DATA_INVALID'
}
No button is created via callback. What to do? There is a bot on telebot The mongodb database writes the file_id value from the photo When trying to bring from the database to the button via callback, displays [bot.error.event] { ok: false, error_code: 400, description: 'Bad Request: BUTTON_DATA_INVALID' }
CODE
[bot.inlineButton
('test', {callback: img _ $ {img}})]
I assume file_id is greater than 64 bytes. Is there any way around this?