public class GameScoreEditResponseImpl extends Object implements GameScoreEditResponse
| Modifier and Type | Method and Description |
|---|---|
static GameScoreEditResponse |
createGameScoreEditResponse(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
Message |
getMessage()
Will only be populated if getResponse() is true, and the message being edited wasn't inline and was sent by
the bot
|
boolean |
getResponse()
Whether the edit succeeded or failed
|
public static GameScoreEditResponse createGameScoreEditResponse(org.json.JSONObject jsonObject, TelegramBot telegramBot)
public Message getMessage()
GameScoreEditResponsegetMessage in interface GameScoreEditResponsepublic boolean getResponse()
GameScoreEditResponsegetResponse in interface GameScoreEditResponseCopyright © 2017. All rights reserved.