public static class InlineQueryResultGif.InlineQueryResultGifBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultGif |
build() |
InlineQueryResultGif.InlineQueryResultGifBuilder |
caption(String caption) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
gifHeight(int gifHeight) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
gifUrl(URL gifUrl) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
gifWidth(int gifWidth) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
id(String id) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
inputMessageContent(InputMessageContent inputMessageContent) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
replyMarkup(InlineReplyMarkup inlineReplyMarkup) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
thumbUrl(URL thumbUrl) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
title(String title) |
public InlineQueryResultGif.InlineQueryResultGifBuilder id(String id)
public InlineQueryResultGif.InlineQueryResultGifBuilder gifUrl(URL gifUrl)
public InlineQueryResultGif.InlineQueryResultGifBuilder gifWidth(int gifWidth)
public InlineQueryResultGif.InlineQueryResultGifBuilder gifHeight(int gifHeight)
public InlineQueryResultGif.InlineQueryResultGifBuilder thumbUrl(URL thumbUrl)
public InlineQueryResultGif.InlineQueryResultGifBuilder title(String title)
public InlineQueryResultGif.InlineQueryResultGifBuilder caption(String caption)
public InlineQueryResultGif.InlineQueryResultGifBuilder replyMarkup(InlineReplyMarkup inlineReplyMarkup)
public InlineQueryResultGif.InlineQueryResultGifBuilder inputMessageContent(InputMessageContent inputMessageContent)
public InlineQueryResultGif build()
Copyright © 2016. All rights reserved.