public class InlineQueryResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResponse.InlineQueryResponseBuilder |
| Constructor and Description |
|---|
InlineQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResponse.InlineQueryResponseBuilder |
builder() |
Integer |
getCacheTime() |
String |
getNextOffset() |
List<InlineQueryResult> |
getResults() |
boolean |
isPersonal() |
public static InlineQueryResponse.InlineQueryResponseBuilder builder()
@NonNull public List<InlineQueryResult> getResults()
public Integer getCacheTime()
public boolean isPersonal()
public String getNextOffset()
Copyright © 2016. All rights reserved.