Layer 227
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 PaymentsConnectedStarRefBotsObj constructor
obj := &tg.PaymentsConnectedStarRefBotsObj{
    Count: 42,
    ConnectedBots: &tg.VectorConnectedBotStarRef{},
    Users: &tg.VectorUser{},
}