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