teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSetInlineGameScoreParams

    interface MessagesSetInlineGameScoreParams {
        editMessage?: boolean;
        force?: boolean;
        id: TypeInputBotInlineMessageIDIn;
        score: number;
        userId: EntityLike;
    }
    Index
    editMessage?: boolean

    Set this flag if the game message should be automatically edited to include the current scoreboard

    force?: boolean

    Set this flag if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters

    ID of the inline message

    score: number

    New score

    userId: EntityLike

    User identifier