| Package | Description |
|---|---|
| org.telegram.telegrambots.api.methods.games | |
| org.telegram.telegrambots.bots |
| Modifier and Type | Method and Description |
|---|---|
SetGameScore |
SetGameScore.setChatId(Long chatId) |
SetGameScore |
SetGameScore.setChatId(String chatId) |
SetGameScore |
SetGameScore.setEditMessage(Boolean editMessage) |
SetGameScore |
SetGameScore.setInlineMessageId(String inlineMessageId) |
SetGameScore |
SetGameScore.setMessageId(Integer messageId) |
SetGameScore |
SetGameScore.setScore(Integer score) |
SetGameScore |
SetGameScore.setUserId(Integer userId) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
AbsSender.setGameScore(SetGameScore setGameScore) |
void |
AbsSender.setGameScoreAsync(SetGameScore setGameScore,
SentCallback<Serializable> sentCallback) |
Copyright © 2016. All rights reserved.