Is it possible to send multiple images in 1 message using telegram bot api, php? I know about method sendPhoto()
.
Send multiple images telegram bot api
Asked Answered
there is an API called sendMediaGroup and one of the php libraries which has implemented it is this.
Hi @MikeK you can use parse_mode easily, you just need to use it in the correct place, note that it must be next to the caption, which consequently must generate the dictionary here: core.telegram.org/bots/api#inputmediaphoto (https://mcmap.net/q/569762/-how-to-send-telegram-mediagroup-with-caption-text) –
Lachesis
© 2022 - 2024 — McMap. All rights reserved.
reply_markup
and, in my case, specificallyparse_mode
are unavailable with this approach – Betteann