issues
search
ayrat555
/
frankenstein
Telegram bot API client for Rust
Do What The F*ck You Want To Public License
268
stars
28
forks
source link
Bot API 7.6
#175
Closed
pxp9
closed
3 months ago
pxp9
commented
4 months ago
https://core.telegram.org/bots/api#july-1-2024
[X] Added the classes
PaidMedia
,
PaidMediaInfo
,
PaidMediaPreview
,
PaidMediaPhoto
and
PaidMediaVideo
, containing information about paid media.
[x] Added the method
sendPaidMedia
and
[X] Added the classes
InputPaidMedia
,
InputPaidMediaPhoto
and
InputPaidMediaVideo
, to support sending paid media.
[ ] Documented that the methods
copyMessage
and
copyMessages
cannot be used to copy paid media.
[ ] Added the field can_send_paid_media to the class
ChatFullInfo
.
[ ] Added the field paid_media to the classes
Message
and
ExternalReplyInfo
.
[x] Added the class
TransactionPartnerTelegramAds
, containing information about Telegram Star transactions involving the Telegram Ads Platform.
[ ] Added the field invoice_payload to the class
TransactionPartnerUser
, containing the bot-specified invoice payload.
[ ] Changed the default opening mode for
Direct Link Mini Apps
.
[ ] Added support for launching Web Apps via t.me link in the class
MenuButtonWebApp
.
[ ] Added the field section_separator_color to the class
ThemeParams
.
https://core.telegram.org/bots/api#july-1-2024