danog / MadelineProto

Async PHP client API for the telegram MTProto protocol
https://docs.madelineproto.xyz
GNU Affero General Public License v3.0
2.86k stars 662 forks source link

how to implement sending multiple images in one post with text? (sendMediaGroup tel api) #1356

Closed commeta closed 1 year ago

commeta commented 1 year ago

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?

danog commented 1 year ago

Use https://docs.madelineproto.xyz/API_docs/methods/messages.sendMultiMedia.html

commeta commented 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

danog commented 1 year ago

You can specify a caption for each image in inputSingleMedia