Skip to content

Commit 5f0aafc

Browse files
authored
Merge pull request #13 from Arkoniak/new_release
fixed dollar sign issue
2 parents 944f1f3 + 2d60983 commit 5f0aafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/telegram_api.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ Use this method to send invoices. On success, the sent [Message](https://core.te
10961096
- `prices`: (Array of LabeledPrice) Price breakdown, a JSON-serialized list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.)
10971097
10981098
# Optional arguments
1099-
- `max_tip_amount`: (Integer) The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of `US$ 1.45` pass `max_tip_amount = 145`. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0
1099+
- `max_tip_amount`: (Integer) The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a maximum tip of `US\$ 1.45` pass `max_tip_amount = 145`. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). Defaults to 0
11001100
- `suggested_tip_amounts`: (Array of Integer) A JSON-serialized array of suggested amounts of tips in the smallest units of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed max_tip_amount.
11011101
- `start_parameter`: (String) Unique deep-linking parameter. If left empty, forwarded copies of the sent message will have a Pay button, allowing multiple users to pay directly from the forwarded message, using the same invoice. If non-empty, forwarded copies of the sent message will have a URL button with a deep link to the bot (instead of a Pay button), with the value used as the start parameter
11021102
- `provider_data`: (String) A JSON-serialized data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider.
@@ -1212,4 +1212,4 @@ This method will currently return scores for the target user, plus two of their
12121212
12131213
[Function documentation source](https://core.telegram.org/bots/api#getgamehighscores)
12141214
"""),
1215-
]
1215+
]

0 commit comments

Comments
 (0)