public static class InlineQueryResultContact.InlineQueryResultContactBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultContact |
build() |
InlineQueryResultContact.InlineQueryResultContactBuilder |
firstName(String firstName) |
InlineQueryResultContact.InlineQueryResultContactBuilder |
id(String id) |
InlineQueryResultContact.InlineQueryResultContactBuilder |
inputMessageContent(InputMessageContent inputMessageContent) |
InlineQueryResultContact.InlineQueryResultContactBuilder |
lastName(String lastName) |
InlineQueryResultContact.InlineQueryResultContactBuilder |
phoneNumber(String phoneNumber) |
InlineQueryResultContact.InlineQueryResultContactBuilder |
replyMarkup(InlineReplyMarkup replyMarkup) |
InlineQueryResultContact.InlineQueryResultContactBuilder |
thumbHeight(int thumbHeight) |
InlineQueryResultContact.InlineQueryResultContactBuilder |
thumbUrl(URL thumbUrl) |
InlineQueryResultContact.InlineQueryResultContactBuilder |
thumbWidth(int thumbWidth) |
public InlineQueryResultContact.InlineQueryResultContactBuilder id(String id)
public InlineQueryResultContact.InlineQueryResultContactBuilder phoneNumber(String phoneNumber)
public InlineQueryResultContact.InlineQueryResultContactBuilder firstName(String firstName)
public InlineQueryResultContact.InlineQueryResultContactBuilder lastName(String lastName)
public InlineQueryResultContact.InlineQueryResultContactBuilder replyMarkup(InlineReplyMarkup replyMarkup)
public InlineQueryResultContact.InlineQueryResultContactBuilder inputMessageContent(InputMessageContent inputMessageContent)
public InlineQueryResultContact.InlineQueryResultContactBuilder thumbUrl(URL thumbUrl)
public InlineQueryResultContact.InlineQueryResultContactBuilder thumbWidth(int thumbWidth)
public InlineQueryResultContact.InlineQueryResultContactBuilder thumbHeight(int thumbHeight)
public InlineQueryResultContact build()
Copyright © 2016. All rights reserved.