Class Send.ResponseBody.Response
java.lang.Object
api.longpoll.bots.methods.impl.messages.Send.ResponseBody.Response
- Enclosing class:
- Send.ResponseBody
Response object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
getError()
void
setConversationMessageId
(Integer conversationMessageId) void
setError
(com.google.gson.JsonObject error) void
setMessageId
(Integer messageId) void
toString()
-
Constructor Details
-
Response
public Response()
-
-
Method Details