public class AnswerInlineQueryPayload extends Object
| Constructor and Description |
|---|
AnswerInlineQueryPayload(String queryID,
Collection<InlineQueryResult> results,
Integer cacheTime,
Boolean personal,
String nextOffset) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCacheTime() |
String |
getNextOffset() |
Boolean |
getPersonal() |
String |
getQueryID() |
Collection<InlineQueryResult> |
getResults() |
String |
getResultsStr() |
public AnswerInlineQueryPayload(String queryID, Collection<InlineQueryResult> results, Integer cacheTime, Boolean personal, String nextOffset)
public String getQueryID()
public String getResultsStr()
public Collection<InlineQueryResult> getResults()
public Integer getCacheTime()
public Boolean getPersonal()
public String getNextOffset()
Copyright © 2017 iSuper.org. All Rights Reserved.