for x in range(0, len(callback_result[1]), 4079):
msgs.append(
await bot.send_message(
chat_id=chat_id,
text=callback_result[1][x:x + 4079],
parse_mode="HTML"
)
)