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_assignAppStoreTransaction_

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

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

Constructors

new
payments_assignAppStoreTransaction_(params: { receipt: Uint8Array; purpose: enums.InputStorePaymentPurpose; })

Properties

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

Payment purpose

receipt: Uint8Array

Receipt

Static Properties

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