Class SendMediaGroup

java.lang.Object
org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod<ArrayList<Message>>
org.telegram.telegrambots.meta.api.methods.send.SendMediaGroup
All Implemented Interfaces:
Validable

public class SendMediaGroup extends PartialBotApiMethod<ArrayList<Message>>
Version:
3.5 Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files can be only group in an album with messages of the same type. On success, an array of Messages that were sent is returned.
Author:
Ruben Bermudez