Layer 220
PaymentsConnectStarRefBot
Join a bot's affiliate program, becoming an affiliate
method
Users
payments.connectStarRefBot#7ed5348a peer:InputPeer bot:InputUser = payments.ConnectedStarRefBots;
Parameters
Returns
payments.ConnectedStarRefBotsGogram Example
// PaymentsConnectStarRefBot - positional arguments result, err := client.PaymentsConnectStarRefBot(&tg.InputPeerUser{UserID: int64(123456789)}, &tg.InputUserSelf{}) if err != nil { // handle error } // result is *tg.PaymentsConnectedStarRefBots