Layer 220
constructor
payments.connectedStarRefBots#98d5ea1d count:int connected_bots:Vector<ConnectedBotStarRef> users:Vector<User> = payments.ConnectedStarRefBots;

Parameters

Name Type Description
Count int Total number of active affiliations
ConnectedBots Vector<ConnectedBotStarRef> The affiliations
Users Vector<User> Peers mentioned in connected_bots

Gogram Example

// Creating PaymentsConnectedStarRefBots constructor
obj := &tg.PaymentsConnectedStarRefBots{
    Count: 0,
    ConnectedBots: []tg.ConnectedBotStarRef{&tg.ConnectedBotStarRef{}},
    Users: []tg.User{&tg.User{}},
}