Raw.payments.ConnectedStarRefBots
Active affiliations
payments.connectedStarRefBots#98d5ea1d count:int connected_bots:Vector<ConnectedBotStarRef> users:Vector<User> = payments.ConnectedStarRefBots;
export namespace Raw {
export namespace payments {
export class ConnectedStarRefBots {
constructor(params: {
count: number;
connectedBots: Array<Raw.TypeConnectedBotStarRef>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 198
Constructor ID: 0x98d5ea1d
Property
count
: numberTotal number of active affiliations
connectedBots
: Array of Raw.TypeConnectedBotStarRefThe affiliations
users
: Array of Raw.TypeUserPeers mentioned in connectedBots