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