79567882

Date: 2025-04-11 02:33:45
Score: 1
Natty:
Report link
    await _sendAlbum(client, targetChannel, {
      file: [file1, file2, ...],
      caption: combinedCaption,
      forceDocument: false,
      workers: 1,
    });

Upload each media as a CustomFile, collect them into an array, then use _sendAlbum to send them as a single album with a shared caption.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tiến Đạt Hoàng