Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 446 Bytes

File metadata and controls

22 lines (16 loc) · 446 Bytes

TelegramBotOpenapi::GameHighScore

Properties

Name Type Description Notes
position Integer Position in high score table for the game
user User User
score Integer Score

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::GameHighScore.new(
  position: null,
  user: null,
  score: null
)