Skip to main content
Module

x/grm/mod.ts>tl.Api.payments.SavedInfo

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.payments.SavedInfo
extends VirtualClass<{ hasSavedCredentials?: boolean; savedInfo?: Api.TypePaymentRequestedInfo; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { SavedInfo } = tl.Api.payments;

Properties

className: "payments.SavedInfo"
classType: "constructor"
CONSTRUCTOR_ID: 4220511292
optional
hasSavedCredentials: boolean
optional
savedInfo: Api.TypePaymentRequestedInfo
SUBCLASS_OF_ID: 2906452294

Static Methods

fromReader(reader: Reader): SavedInfo