Packages

package games

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class GetGameHighScores extends AnyRef

    Use this method to get data for high score tables.

    Use this method to get data for high score tables.

    Will return the score of the specified user and several of his neighbors in a game. On success, returns a list of GameHighScore objects.

    This method will currently return scores for the target user, plus two of his closest neighbors on each side. Will also return the top three users if the user and his neighbors are not among them. Please note that this behavior is subject to change.

    Use methods in companion object in order to construct the value of this class.

  2. final class SetGameScore extends AnyRef

    Use this method to set the score of the specified user in a game.

    Use this method to set the score of the specified user in a game.

    On success, if the message was sent by the bot, returns the edited Message, otherwise returns True. Returns an error, if the new score is not greater than the user's current score in the chat and force is False.

    Use methods in companion object in order to construct the value of this class.

Value Members

  1. object GetGameHighScores
  2. object SetGameScore

Ungrouped