Skip to content

messages.getInlineGameHighScores

Layer 225

Constructor ID: 0x0f635e1b
Returns: HighScores

Parameters

NameTypeDescription
idInputBotInlineMessageID
user_idInputUser

Example

go
result, err := client.Raw(&tg.GetInlineGameHighScoresRequest{
    id: nil, // InputBotInlineMessageID
    user_id: nil, // InputUser
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.