public static class InlineQueryResultGif.InlineQueryResultGifBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultGif |
build() |
InlineQueryResultGif.InlineQueryResultGifBuilder |
caption(String caption) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
disableWebPagePreview(boolean disableWebPagePreview) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
gifHeight(int gifHeight) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
gifUrl(URL gifUrl) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
gifWidth(int gifWidth) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
id(String id) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
messageText(String messageText) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
parseMode(ParseMode parseMode) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
thumbUrl(URL thumbUrl) |
InlineQueryResultGif.InlineQueryResultGifBuilder |
title(String title) |
String |
toString() |
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 messageText(String messageText)
public InlineQueryResultGif.InlineQueryResultGifBuilder parseMode(ParseMode parseMode)
public InlineQueryResultGif.InlineQueryResultGifBuilder disableWebPagePreview(boolean disableWebPagePreview)
public InlineQueryResultGif build()
public String toString()
Copyright © 2016. All rights reserved.