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_clearSavedInfo_

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

Clear saved payment information

Constructors

new
payments_clearSavedInfo_(params?: { credentials?: true; info?: true; })

Properties

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

Remove saved payment credentials

optional
info: true

Clear the last order settings saved by the user

Static Properties

__F: (params?: { credentials?: true; info?: true; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc