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

public class SendAudio extends PartialBotApiMethod<Message>
Version:
1.0 Use this method to send audio files, Use this method to send audio files, if you want Telegram clients to display them in the music player. Your audio must be in an .mp3 format. On success, the sent Message is returned. Bots can currently send audio files of up to 50 MB in size, this limit may be changed in the future.
Author:
Ruben Bermudez