public static class InlineQueryResultPhoto.InlineQueryResultPhotoBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultPhoto |
build() |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
caption(String caption) |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
description(String description) |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
id(String id) |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
inputMessageContent(InputMessageContent inputMessageContent) |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
photoHeight(int photoHeight) |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
photoUrl(URL photoUrl) |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
photoWidth(int photoWidth) |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
replyMarkup(InlineReplyMarkup replyMarkup) |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
thumbUrl(URL thumbUrl) |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
title(String title) |
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder id(String id)
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder photoUrl(URL photoUrl)
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder photoWidth(int photoWidth)
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder photoHeight(int photoHeight)
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder thumbUrl(URL thumbUrl)
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder title(String title)
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder description(String description)
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder caption(String caption)
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder replyMarkup(InlineReplyMarkup replyMarkup)
public InlineQueryResultPhoto.InlineQueryResultPhotoBuilder inputMessageContent(InputMessageContent inputMessageContent)
public InlineQueryResultPhoto build()
Copyright © 2016. All rights reserved.