public class CallbackQuery extends Object implements IBotApiObject
| Constructor and Description |
|---|
CallbackQuery() |
CallbackQuery(org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChatInstance() |
String |
getData() |
User |
getFrom() |
String |
getGameShortName() |
String |
getId() |
String |
getInlineMessageId() |
Message |
getMessage() |
void |
serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
void |
serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
String |
toString() |
public CallbackQuery()
public CallbackQuery(org.json.JSONObject jsonObject)
public String getId()
public User getFrom()
public Message getMessage()
public String getInlineMessageId()
public String getData()
public String getGameShortName()
public String getChatInstance()
public void serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers)
throws IOException
serialize in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptionpublic void serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
throws IOException
serializeWithType in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptionCopyright © 2016. All rights reserved.