Class InlineQueryResultVenue.Builder
java.lang.Object
org.teleight.teleightbots.api.objects.InlineQueryResultVenue.Builder
- Enclosing class:
InlineQueryResultVenue
-
Method Summary
Modifier and TypeMethodDescriptionbuild()foursquareId(@Nullable String foursquareId) foursquareType(@Nullable String foursquareType) googlePlaceId(@Nullable String googlePlaceId) googlePlaceType(@Nullable String googlePlaceType) inputMessageContent(@Nullable InputMessageContent inputMessageContent) latitude(float latitude) longitude(float longitude) replyMarkup(@Nullable ReplyKeyboard replyMarkup) thumbnailHeight(int thumbnailHeight) thumbnailUrl(@Nullable String thumbnailUrl) thumbnailWidth(int thumbnailWidth) toString()
-
Method Details
-
id
- Returns:
this.
-
latitude
- Returns:
this.
-
longitude
- Returns:
this.
-
title
- Returns:
this.
-
address
- Returns:
this.
-
foursquareId
- Returns:
this.
-
foursquareType
- Returns:
this.
-
googlePlaceId
- Returns:
this.
-
googlePlaceType
- Returns:
this.
-
replyMarkup
- Returns:
this.
-
inputMessageContent
public InlineQueryResultVenue.Builder inputMessageContent(@Nullable @Nullable InputMessageContent inputMessageContent) - Returns:
this.
-
thumbnailUrl
- Returns:
this.
-
thumbnailWidth
- Returns:
this.
-
thumbnailHeight
- Returns:
this.
-
build
-
toString
-