Skip to content

payments.transferStarGift

Layer 225

Constructor ID: 0x7f18176a
Returns: Updates

Parameters

NameTypeDescription
stargiftInputSavedStarGift
to_idInputPeer

Example

go
result, err := client.Raw(&tg.TransferStarGiftRequest{
    stargift: nil, // InputSavedStarGift
    to_id: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.