Closed commeta closed 1 year ago
Use https://docs.madelineproto.xyz/API_docs/methods/messages.sendMultiMedia.html
sendMultiMedia does not allow you to send a text message, only images are sent
You can specify a caption for each image in inputSingleMedia
I didn't find a method to send a message with the ability to attach multiple images.
tell me how to implement sending via the sendMediaGroup (api telegram) method in MadelineProto?