TelegramBot / Api

Native PHP Wrapper for Telegram BOT API
MIT License
1.07k stars 324 forks source link

How to combine Media and text, and send as reply to message. #299

Closed eizil closed 3 years ago

eizil commented 3 years ago

Hi,

i have problem combining media and text message.

How can I send a reply to previous user command, and send it as a combination of media and text?

Thanks

MyZik commented 3 years ago

Hi, try to use this method:

https://core.telegram.org/bots/api#sendmediagroup

https://github.com/TelegramBot/Api/blob/master/src/BotApi.php#L1770

eizil commented 3 years ago

Hi, try to use this method:

https://core.telegram.org/bots/api#sendmediagroup

https://github.com/TelegramBot/Api/blob/master/src/BotApi.php#L1770

thanks for the suggestion, but I couldn't get the media group to run if I want to combine it with normal text.

any idea how to achieve this?

megaezz commented 3 years ago

join to question

MyZik commented 3 years ago

@megaezz sendMediaGroup doesn't support a text...