Telethon icon indicating copy to clipboard operation
Telethon copied to clipboard

How do I send a set of videos?

Open hwmbing11 opened this issue 3 years ago • 3 comments

Sending a group of pictures can use a list, so how to send a group of videos? We also need to deal with video thumbnails and other issues

hwmbing11 avatar Mar 03 '21 11:03 hwmbing11

Not sure how best one would integrate this without making an absolute mess. Every parameter would likely need to be treated as a list.

Lonami avatar Mar 03 '21 11:03 Lonami

Can you add a class similar to the send_media_group of pyrogram to handle it? Add an InputMedia object to handle it I tried to use InputMediaUploadedDocument to create a list of video groups, I only found that there is a thumb field in this class, but it seems to fail

hwmbing11 avatar Mar 03 '21 12:03 hwmbing11

Needs testing to see if sending an album of videos works.

Lonami avatar Jan 24 '22 12:01 Lonami

This should work in the latest version. If it's not the case, please let me know and I can reopen.

Lonami avatar Apr 06 '23 12:04 Lonami