Class InlineQueryResultCachedMpeg4Gif
- java.lang.Object
-
- com.pengrad.telegrambot.model.request.InlineQueryResult<InlineQueryResultCachedMpeg4Gif>
-
- com.pengrad.telegrambot.model.request.InlineQueryResultCachedMpeg4Gif
-
- All Implemented Interfaces:
java.io.Serializable
public class InlineQueryResultCachedMpeg4Gif extends InlineQueryResult<InlineQueryResultCachedMpeg4Gif> implements java.io.Serializable
Stas Parshin 06 May 2016- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InlineQueryResultCachedMpeg4Gif(java.lang.String id, java.lang.String fileId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineQueryResultCachedMpeg4Gifcaption(java.lang.String caption)InlineQueryResultCachedMpeg4GifparseMode(ParseMode parseMode)InlineQueryResultCachedMpeg4Giftitle(java.lang.String title)-
Methods inherited from class com.pengrad.telegrambot.model.request.InlineQueryResult
captionEntities, inputMessageContent, replyMarkup
-
-
-
-
Method Detail
-
title
public InlineQueryResultCachedMpeg4Gif title(java.lang.String title)
-
caption
public InlineQueryResultCachedMpeg4Gif caption(java.lang.String caption)
-
parseMode
public InlineQueryResultCachedMpeg4Gif parseMode(ParseMode parseMode)
-
-