Class InlineQueryResultArticle.Builder
java.lang.Object
org.teleight.teleightbots.api.objects.InlineQueryResultArticle.Builder
- Enclosing class:
InlineQueryResultArticle
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(@Nullable String description) inputMessageContent(@NotNull InputMessageContent inputMessageContent) replyMarkup(@Nullable ReplyKeyboard replyMarkup) thumbnailHeight(int thumbnailHeight) thumbnailUrl(@Nullable String thumbnailUrl) thumbnailWidth(int thumbnailWidth) toString()
-
Method Details
-
id
- Returns:
this.
-
title
- Returns:
this.
-
inputMessageContent
public InlineQueryResultArticle.Builder inputMessageContent(@NotNull @NotNull InputMessageContent inputMessageContent) - Returns:
this.
-
replyMarkup
- Returns:
this.
-
url
- Returns:
this.
-
description
- Returns:
this.
-
thumbnailUrl
- Returns:
this.
-
thumbnailWidth
- Returns:
this.
-
thumbnailHeight
- Returns:
this.
-
build
-
toString
-