SetInlineGameScore constructor

SetInlineGameScore(
  1. {required String inline_message_id,
  2. required bool edit_message,
  3. required int user_id,
  4. required int score,
  5. required bool force,
  6. int? extra,
  7. int? clientId}
)

Updates the game score of the specified user in a game; for bots only

Returns Ok

Implementation

SetInlineGameScore