From 1776e639efca4bde54a9f8fc10b25def4ba8578a Mon Sep 17 00:00:00 2001 From: Roj Date: Tue, 11 Jun 2024 01:51:52 +0300 Subject: [PATCH] Make startParameter optional --- client/0_params.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/0_params.ts b/client/0_params.ts index f92c52c8..3e2a304b 100644 --- a/client/0_params.ts +++ b/client/0_params.ts @@ -137,7 +137,7 @@ export interface SendInvoiceParams extends _SendCommon { providerToken?: string; maxTipAmount?: number; suggestedTipAmounts?: number[]; - startParameter: string; + startParameter?: string; providerData?: string; photoUrl?: string; photoSize?: number;