method Client.prototype.refundStarPaymentimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; refundStarPayment(userId: ID, telegramPaymentChargeId: string): Promise<void>Refund a star payment. Bot-only. ParametersuserId: IDThe identifier of the user that was charged. telegramPaymentChargeId: stringThe identifier of the charge. ReturnsPromise<void>