Layer 227
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{
    NextOffset: "Hello, World!",
    Users: &tg.VectorUser{},
}