View Source ExTDLib.Method.AssignGooglePlayTransaction (ExTDLib v0.0.4)
Informs server about a purchase through Google Play. For official applications only. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| package_name | string | Application package name. |
| store_product_id | string | Identifier of the purchased store product. |
| purchase_token | string | Google Play purchase token. |
| purpose | StorePaymentPurpose | Transaction purpose. |
More details on telegram's documentation.