Discussions

Ask a Question
Back to All

How to create inline URL button in telegram via telegram bot using PHP?

I want to send a message with url button to my telegram channel using telegram bot. I have string

msg = "Hello, Welcome To My Telegram Channel"
imageURL = "https://cdn.pixabay.com/photo/2020/08/11/14/34/greeting-5480092_1280.png"

buttonUrl = "FaceBook - https://facebook.com | YouTube - https://youtube.com | Twitter - https://twitter.com
Instagram - https://instagram.com"

Check this for for accurate question : https://stackoverflow.com/questions/68070839/how-to-create-inline-url-button-in-telegram-via-telegram-bot-using-php

I need only PHP function