payments.assignPlayMarketTransaction
Layer 225
Constructor ID: 0xdffd50d3
Returns: Updates
Parameters
| Name | Type | Description |
|---|---|---|
receipt | DataJSON | |
purpose | InputStorePaymentPurpose |
Example
go
result, err := client.Raw(&tg.AssignPlayMarketTransactionRequest{
receipt: nil, // DataJSON
purpose: nil, // InputStorePaymentPurpose
})
if err != nil {
panic(err)
}
print(result)