bots.getPopularAppBots
Layer 225
Constructor ID: 0xc2510192
Returns: PopularAppBots
Parameters
| Name | Type | Description |
|---|---|---|
offset | string | |
limit | int32 |
Example
go
result, err := client.Raw(&tg.GetPopularAppBotsRequest{
offset: "",
limit: 0,
})
if err != nil {
panic(err)
}
print(result)