import { PaymentManager } from "https://deno.land/x/mtkruto@0.2.50/client/2_payment_manager.ts";
Constructors
new
PaymentManager(c: C)Methods
handleUpdate(update: PaymentManagerUpdate): Promise<Update | null>
refundStarPayment(userId: ID, telegramPaymentChargeId: string)
Static Methods
canHandleUpdate(update: Api.Update): update is PaymentManagerUpdate