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