Class InlineQueryResultCachedAudio
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedAudio
-
- org.telegram.telegrambots.meta.api.objects.inlinequery.result.chached.InlineQueryResultCachedAudio
-
- All Implemented Interfaces:
Serializable,BotApiObject,InputBotApiObject,Validable,InlineQueryResult
@Deprecated public class InlineQueryResultCachedAudio extends InlineQueryResultCachedAudio
Deprecated.Replaced byInlineQueryResultCachedAudio- Version:
- 1.0 Represents a link to an mp3 audio file stored on the Telegram servers. By default, this audio file will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the audio.
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InlineQueryResultCachedAudio()Deprecated.
-
Method Summary
-
Methods inherited from class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedAudio
getAudioFileId, getCaption, getId, getInputMessageContent, getParseMode, getReplyMarkup, getType, setAudioFileId, setCaption, setId, setInputMessageContent, setParseMode, setReplyMarkup, toString, validate
-
-