Skip to content

Commit

Permalink
Make startParameter optional
Browse files Browse the repository at this point in the history
  • Loading branch information
roj1512 committed Jun 10, 2024
1 parent b9b6c37 commit 1776e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/0_params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1776e63

Please sign in to comment.