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

Parameters

Name Type Description
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 BotsPopularAppBotsObj constructor
obj := &tg.BotsPopularAppBotsObj{
    Users: []tg.User{&tg.User{}},

    // Optional fields:
    // NextOffset: "Hello, World!",
}