Uses of Class
com.jtelegram.api.requests.game.GetGameHighScores.GetGameHighScoresBuilder
-
Packages that use GetGameHighScores.GetGameHighScoresBuilder Package Description com.jtelegram.api.requests.game -
-
Uses of GetGameHighScores.GetGameHighScoresBuilder in com.jtelegram.api.requests.game
Methods in com.jtelegram.api.requests.game that return GetGameHighScores.GetGameHighScoresBuilder Modifier and Type Method Description static GetGameHighScores.GetGameHighScoresBuilder
GetGameHighScores. builder()
GetGameHighScores.GetGameHighScoresBuilder
GetGameHighScores.GetGameHighScoresBuilder. callback(java.util.function.Consumer<GameHighScore[]> callback)
GetGameHighScores.GetGameHighScoresBuilder
GetGameHighScores.GetGameHighScoresBuilder. chatId(LongChatId chatId)
GetGameHighScores.GetGameHighScoresBuilder
GetGameHighScores.GetGameHighScoresBuilder. errorHandler(java.util.function.Consumer<TelegramException> errorHandler)
GetGameHighScores.GetGameHighScoresBuilder
GetGameHighScores.GetGameHighScoresBuilder. inlineMessageId(java.lang.String inlineMessageId)
GetGameHighScores.GetGameHighScoresBuilder
GetGameHighScores.GetGameHighScoresBuilder. messageId(java.lang.Integer messageId)
GetGameHighScores.GetGameHighScoresBuilder
GetGameHighScores.GetGameHighScoresBuilder. userId(java.lang.Long userId)
-