public class InlineQueryResultContact extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultContact.InlineQueryResultContactBuilder |
| Constructor and Description |
|---|
InlineQueryResultContact() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultContact.InlineQueryResultContactBuilder |
builder() |
String |
getFirstName() |
String |
getId() |
InputMessageContent |
getInputMessageContent() |
String |
getLastName() |
String |
getPhoneNumber() |
InlineReplyMarkup |
getReplyMarkup() |
int |
getThumbHeight() |
URL |
getThumbUrl() |
int |
getThumbWidth() |
InlineQueryResultType |
getType() |
public static InlineQueryResultContact.InlineQueryResultContactBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public String getPhoneNumber()
@NonNull public String getFirstName()
public String getLastName()
public InlineReplyMarkup getReplyMarkup()
public InputMessageContent getInputMessageContent()
public URL getThumbUrl()
public int getThumbWidth()
public int getThumbHeight()
Copyright © 2016. All rights reserved.