Nekmo / telegram-upload

Upload and download files from Telegram up to 4 GiB using your account
MIT License
1.01k stars 229 forks source link

When I send some photos as an album,the caption I set can't show #164

Open killer2047 opened 2 years ago

killer2047 commented 2 years ago

Description

When I send a single file like a photo or a video, the caption is showing, it's nice , But when I send some photos as an album,the caption I set is not showing.

What I Did

When I send a single file like a photo or a video, the caption is showing: $ telegram-upload file1.mp4 file2.mkv file3.jpg --to someone --caption 'sdfsdfsdf' image

When I send some photos as an album,the caption I set is not showing: image $ telegram-upload file1.mp4 file3.jpg --to someone -a --caption 'some caption for album'

haoduck commented 1 year ago

When each media file in the album has a caption, it will not be displayed. The correct caption should be set in the last media file. But telegram-upload sets caption for each media file

ericvlog commented 3 months ago

I also face this problem, anyway to fix or it a telegram problem? Thanks.