Skip to main content
Module

x/grm/mod.ts>tl.Api.PaymentCharge

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.PaymentCharge
extends VirtualClass<{ id: string; providerChargeId: string; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { PaymentCharge } = tl.Api;

Properties

className: "PaymentCharge"
classType: "constructor"
CONSTRUCTOR_ID: 3926049406
id: string
providerChargeId: string
SUBCLASS_OF_ID: 1019752665

Static Methods

fromReader(reader: Reader): PaymentCharge