• Preparing search index...
  • The search index is not available
Documentation - v0.23.3
  • Documentation
  • @mtcute/bun
  • methods
  • getInlineGameHighScores

Function getInlineGameHighScores

  • getInlineGameHighScores(
        client: ITelegramClient,
        messageId: string | TypeInputBotInlineMessageID,
        userId?: InputPeerLike,
    ): Promise<GameHighScore[]>
  • Get high scores of a game from an inline message

    Parameters

    • client: ITelegramClient
    • messageId: string | TypeInputBotInlineMessageID

      ID of the inline message containing the game

    • OptionaluserId: InputPeerLike

      ID of the user to find high scores for

    Returns Promise<GameHighScore[]>

    • Defined in packages/core/src/highlevel/methods/bots/get-game-high-scores.ts:50

Settings

Member Visibility
Documentation - v0.23.3
  • Loading...

Generated using TypeDoc