aahnik / tgcf

The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.
https://github.com/aahnik/tgcf/wiki
MIT License
1.29k stars 775 forks source link

does not copy more than 2 photo #500

Open wxwpro opened 10 months ago

wxwpro commented 10 months ago

when copying a message with several pictures, does not group the pictures, it sends the pictures one after one. i.e, if the original message contains 10 pictures, the new destination group will have 10 sended messages of 1 picture each.

vppower-wqr commented 7 months ago

Same problem too. Anyone know how to fix it?

MobCode100 commented 7 months ago

Currently, the way tgcf is sending does not include sending in batch or groups... So it'll send one by one. We'll have to wait until the developer implement it.

kevin0123056 commented 7 months ago

Currently, the way tgcf is sending does not include sending in batch or groups... So it'll send one by one. We'll have to wait until the developer implement it.

sendMediaGroup is in the official API. with it you can send mulitiple pictures in one forward.

0xsiwant commented 4 months ago

sendMediaGroup is in the official API. with it you can send mulitiple pictures in one forward.

please provide the tutorial