Send multiple images telegram bot api
Asked Answered
M

1

9

Is it possible to send multiple images in 1 message using telegram bot api, php? I know about method sendPhoto().

Mean answered 13/8, 2018 at 2:0 Comment(0)
R
11

there is an API called sendMediaGroup and one of the php libraries which has implemented it is this.

Raffo answered 13/8, 2018 at 7:3 Comment(2)
Should be noted, that reply_markup and, in my case, specifically parse_mode are unavailable with this approachBetteann
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.