UserKtx.getInlineGameHighScores - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.extensions / UserKtx / getInlineGameHighScores

getInlineGameHighScores

open suspend fun User.getInlineGameHighScores(inlineMessageId: String?): GameHighScores

Suspend function, which returns game high scores and some part of the high score table in the range of the specified user; for bots only.

Parameters

inlineMessageId - Inline message identifier.

Return TdApi.GameHighScores Contains a list of game high scores.