Class InlineQueryResultCachedVideo
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedVideo
-
- org.telegram.telegrambots.meta.api.objects.inlinequery.result.chached.InlineQueryResultCachedVideo
-
- All Implemented Interfaces:
Serializable,BotApiObject,InputBotApiObject,Validable,InlineQueryResult
@Deprecated public class InlineQueryResultCachedVideo extends InlineQueryResultCachedVideo
Deprecated.Replaced byInlineQueryResultCachedVideo- Version:
- 1.0 Represents a link to a video file stored on the Telegram servers. By default, this video file 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 video.
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InlineQueryResultCachedVideo()Deprecated.
-
Method Summary
-
Methods inherited from class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedVideo
getCaption, getDescription, getId, getInputMessageContent, getParseMode, getReplyMarkup, getTitle, getType, getVideoFileId, setCaption, setDescription, setId, setInputMessageContent, setParseMode, setReplyMarkup, setTitle, setVideoFileId, toString, validate
-
-