text = message.text
new_text = text + "\nСсылка в конце сообщения"
#***дальше операции с entities (добавить саму ссылку к тексту)***
await message.edit_text(new_text, entities=new_ent)
async def start_bot(loop, func):
loop.create_task(func())
async def start_bot(dp):
event_loop.create_task(dp.start_polling())
event_loop.run_until_complete(start_bot(dp))
th_bot = Thread(target=pyrobot, args=())
th_userbot = Thread(target=aiobot, args=())
Смещение я считаю с конца