Skip to content

payments.getConnectedStarRefBot

Layer 225

Constructor ID: 0xb7d998f0
Returns: ConnectedStarRefBots

Parameters

NameTypeDescription
peerInputPeer
botInputUser

Example

go
result, err := client.Raw(&tg.GetConnectedStarRefBotRequest{
    peer: nil, // InputPeer
    bot: nil, // InputUser
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.