public interface ChosenInlineResult
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
asJson()
Gets the JSONObject that was sent by the bot API to produce this object
|
String |
getInlineMessageId()
Gets the ID of the sent inline message relating to this result
|
Location |
getLocation()
Gets the location of the User that chose the result
|
String |
getQuery()
Gets the original query that was sent to produce this result
|
String |
getResultId()
Gets the result ID for the chosen inline result
|
User |
getSender()
Gets the User that chose the result
|
String getResultId()
User getSender()
Location getLocation()
String getInlineMessageId()
String getQuery()
org.json.JSONObject asJson()
Copyright © 2017. All rights reserved.