1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-03 00:15:27 +00:00

Note about ChatType in CHANGRLOG

This commit is contained in:
InsanusMokrassar 2021-04-29 15:26:08 +06:00 committed by GitHub
parent b6c7ece995
commit c1372b55bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
_**ALL OLD DEPRECATIONS WERE REMOVED**_ _**ALL OLD DEPRECATIONS WERE REMOVED**_
* `Core`: * `Core`:
* Type `ChatType` has been added
* `SendInvoice#startParameter` becomes optional and replaced in `SendInvoice` constructor * `SendInvoice#startParameter` becomes optional and replaced in `SendInvoice` constructor
* New interface `CommonSendInvoiceData` has been added * New interface `CommonSendInvoiceData` has been added
* Fields `CommonSendInvoiceData#maxTipAmount` and `CommonSendInvoiceData#suggestedTipAmounts` have been added * Fields `CommonSendInvoiceData#maxTipAmount` and `CommonSendInvoiceData#suggestedTipAmounts` have been added