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