payments.connectStarRefBot
Layer 225
Constructor ID: 0x7ed5348a
Returns: ConnectedStarRefBots
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPeer | |
bot | InputUser |
Example
go
result, err := client.Raw(&tg.ConnectStarRefBotRequest{
peer: nil, // InputPeer
bot: nil, // InputUser
})
if err != nil {
panic(err)
}
print(result)