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

x/mtkruto/tl/2_types.ts>payments_SavedInfo_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class payments_SavedInfo_
import { payments_SavedInfo_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Saved server-side order information

Constructors

new
payments_SavedInfo_(params?: { has_saved_credentials?: true; saved_info?: enums.PaymentRequestedInfo; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
has_saved_credentials: true

Whether the user has some saved payment credentials

optional
saved_info: enums.PaymentRequestedInfo

Saved server-side order information

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc