Uses of Class
org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultGif
-
Packages that use InlineQueryResultGif Package Description org.telegram.telegrambots.meta.api.objects.inlinequery.result -
-
Uses of InlineQueryResultGif in org.telegram.telegrambots.meta.api.objects.inlinequery.result
Methods in org.telegram.telegrambots.meta.api.objects.inlinequery.result that return InlineQueryResultGif Modifier and Type Method Description InlineQueryResultGifInlineQueryResultGif. setCaption(String caption)InlineQueryResultGifInlineQueryResultGif. setGifDuration(Integer gifDuration)InlineQueryResultGifInlineQueryResultGif. setGifHeight(Integer gifHeight)InlineQueryResultGifInlineQueryResultGif. setGifUrl(String gifUrl)InlineQueryResultGifInlineQueryResultGif. setGifWidth(Integer gifWidth)InlineQueryResultGifInlineQueryResultGif. setId(String id)InlineQueryResultGifInlineQueryResultGif. setInputMessageContent(InputMessageContent inputMessageContent)InlineQueryResultGifInlineQueryResultGif. setParseMode(String parseMode)InlineQueryResultGifInlineQueryResultGif. setReplyMarkup(InlineKeyboardMarkup replyMarkup)InlineQueryResultGifInlineQueryResultGif. setThumbUrl(String thumbUrl)InlineQueryResultGifInlineQueryResultGif. setTitle(String title)
-