I am creating a simple telegram bot. I send a message from the server: https://api.telegram.org/bot{API_KEY}/sendMessage?chat_id={CHAT_ID}&text={TEXT_MESSAGE}
I would like to attach a button to it, when clicked, a certain link would be copied to the clipboard. I've searched all over the Internet, and I just can't figure out how to create buttons. Please, help)