If the bot will be running on our hardware, then you will be able to test it yourself.
You can find it under @breeze_integration_bot handle or under this link.
// Handle different response typesconst data = await response.json() as BreezeApiResponseUpdated;if (typeof data === 'object' && 'message' in data) { await this.bot.sendMessage(chatId, `❌ Error: ${data.message}`); return;}// data is now the serialized transaction string