Added object \TgBotLib\Objects\Telegram > InputInvoiceMessageContent to represent the content of an invoice message to be sent as the result of an inline query.

This commit is contained in:
Netkas 2023-04-23 15:45:42 -04:00
parent 1b569e4972
commit f54c30b320
2 changed files with 386 additions and 0 deletions

View file

@ -14,6 +14,7 @@ This update accompanies the release of the [Telegram Bot API 6.7](https://core.t
* Added object `\TgBotLib\Objects\Telegram > InputLocationMessageContent` to represent the content of a location message to be sent as the result of an inline query.
* Added object `\TgBotLib\Objects\Telegram > InputVenueMessageContent` to represent the content of a venue message to be sent as the result of an inline query.
* Added object `\TgBotLib\Objects\Telegram > InputContactMessageContent` to represent the content of a contact message to be sent as the result of an inline query.
* Added object `\TgBotLib\Objects\Telegram > InputInvoiceMessageContent` to represent the content of an invoice message to be sent as the result of an inline query.
## [6.6.0] - 2023-04-10