Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
800 stars 340 forks source link

how get sendMediaGroup message_id ? #224

Closed itsDantes closed 3 years ago

itsDantes commented 3 years ago

thanks for your work @Eleirbag89 . i want to know how can get sendMediaGroup message_id ? below code not working because each message_id is inside each media that in InputMediaPhoto msg_id = $telegram->sendMediaGroup($content)['result']['message_id']; is there any idea or way for getting sendMediaGroup message_id ?