Raw.bots.GetPopularAppBots
Fetch popular main mini apps, to be used in the apps tab of global search.
bots.getPopularAppBots#c2510192 offset:string limit:int = bots.PopularAppBots;
export namespace Raw {
export namespace bots {
export class GetPopularAppBots {
constructor(params: { offset: string; limit: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0xc2510192
Property
offset
: stringOffset for pagination, initially an empty string, then re-use the nextOffset returned by the previous query.
limit
: numberMaximum number of results to return, see pagination