Skip to content

bots.getBotRecommendations

Layer 225

Constructor ID: 0xa1b70815
Returns: Users

Parameters

NameTypeDescription
botInputUser

Example

go
result, err := client.Raw(&tg.GetBotRecommendationsRequest{
    bot: nil, // InputUser
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.