Layer 220
constructor
bots.popularAppBots#1991b13b flags:# next_offset:flags.0?string users:Vector<User> = bots.PopularAppBots;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
NextOffset flags.0?string Offset for pagination.
Users Vector<User> The bots associated to each Main Mini App, see here for more info.

Gogram Example

// Creating BotsPopularAppBots constructor
obj := &tg.BotsPopularAppBots{
    Users: []tg.User{&tg.User{}},

    // Optional fields:
    // NextOffset: "...",
}