Class GetGameHighScores
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<GetGameHighScores,List<GameHighScore>>
io.github.natanimn.telebof.requests.get.GetGameHighScores
GetGameHighScores class. Returns a list of
GameHighScore.- Since:
- 3 March 2025
- Version:
- 1.3.0
- Author:
- Natanim
-
Field Summary
Fields inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
api, methodName, parameters -
Constructor Summary
ConstructorsConstructorDescriptionGetGameHighScores(Object chatId, long userId, int messageId, Api api) RequiredGetGameHighScores(String inlineMessageId, long userId, Api api) Required -
Method Summary
Methods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
add, exec, getContentType, getMethodName, getParameters, getResponseType, hasMultipart, setHasMultipart
-
Constructor Details
-
GetGameHighScores
Required- Parameters:
chatId- chat iduserId- user idmessageId- message idapi- api- See Also:
-
GetGameHighScores
Required- Parameters:
inlineMessageId- inline message iduserId- user idapi- api- See Also:
-