Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>payments_assignPlayMarketTransaction_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class payments_assignPlayMarketTransaction_
extends Function_<enums.Updates>
import { payments_assignPlayMarketTransaction_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Informs server about a purchase made through the Play Store: for official applications only.

Constructors

new
payments_assignPlayMarketTransaction_(params: { receipt: enums.DataJSON; purpose: enums.InputStorePaymentPurpose; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
purpose: enums.InputStorePaymentPurpose

Payment purpose

receipt: enums.DataJSON

Receipt

Static Properties

__F: (params: { receipt: enums.DataJSON; purpose: enums.InputStorePaymentPurpose; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc