Answer the question
In order to leave comments, you need to log in
Telegram API, method - sendMediaGroup?
Who in the subject please clarify to me the use of this method.
Can I submit Albums consisting of strictly one media type, or is it acceptable to use "mixed" data?
bot.sendMediaGroup(ID, [
{
type: 'photo',
media: 'https://photo_path.jpg'
},
{
type: 'photo',
media: 'https://photo_path.jpg'
},
{
type: 'video',
media: 'https://video_path.mp4'
},
{
type: 'video',
media: 'https://video_path.mp4'
}
]);
Answer the question
In order to leave comments, you need to log in
https://core.telegram.org/bots/api/#sendmediagroup
The value of the "media" field must be an Array of InputMediaPhoto and InputMediaVideo (an array of InputMediaPhoto and/or InputMediaVideo). Moreover, photos and videos can be mixed (from 2 to 10 pieces).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question