Skip to content

payments.connectStarRefBot

Layer 225

Constructor ID: 0x7ed5348a
Returns: ConnectedStarRefBots

Parameters

NameTypeDescription
peerInputPeer
botInputUser

Example

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

Released under the Apache-2.0 License.