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