From eab3e286a458b97a319140af19db959f62d02294 Mon Sep 17 00:00:00 2001
From: Glenn Ng <58482148+GlennNg@users.noreply.github.com>
Date: Sun, 25 Sep 2022 23:52:08 +0800
Subject: [PATCH] Update api.md (#1011)
removed start_parameter in the function sendInvoice
As in version 0.59, start parameters have been removed (refer: https://github.com/yagop/node-telegram-bot-api/commit/f50cf982c78022f496397211ad860b68115a2a9d)
---
doc/api.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/api.md b/doc/api.md
index ca3444e..debce6d 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -1137,7 +1137,6 @@ Use this method to send an invoice.
| description | String
| product description |
| payload | String
| Bot defined invoice payload |
| providerToken | String
| Payments provider token |
-| startParameter | String
| Deep-linking parameter |
| currency | String
| Three-letter ISO 4217 currency code |
| prices | Array
| Breakdown of prices |
| [options] | Object
| Additional Telegram query options |