Added full support of Bot API 7.7 <https://core.telegram.org/bots/api-changelog#july-7-2024>_
Added the class :class:aiogram.types.refunded_payment.RefundedPayment,
containing information about a refunded payment.
Added the field :code:refunded_payment to the class
:class:aiogram.types.message.Message,
describing a service message about a refunded payment.
[#1536](https://github.com/aiogram/aiogram/issues/1536) <https://github.com/aiogram/aiogram/issues/1536>_
Added full support of Bot API 7.6 <https://core.telegram.org/bots/api-changelog#july-1-2024>_
Added the classes :class:aiogram.types.paid_media.PaidMedia,
:class:aiogram.types.paid_media_info.PaidMediaInfo,
:class:aiogram.types.paid_media_preview.PaidMediaPreview,
:class:aiogram.types.paid_media_photo.PaidMediaPhoto
and :class:aiogram.types.paid_media_video.PaidMediaVideo,
containing information about paid media.
Added the method :class:aiogram.methods.send_paid_media.SendPaidMedia
and the classes :class:aiogram.types.input_paid_media.InputPaidMedia,
:class:aiogram.types.input_paid_media_photo.InputPaidMediaPhoto
and :class:aiogram.types.input_paid_media_video.InputPaidMediaVideo,
to support sending paid media.
Documented that the methods :class:aiogram.methods.copy_message.CopyMessage
and :class:aiogram.methods.copy_messages.CopyMessages cannot be used to copy paid media.
Added the field :code:can_send_paid_media to the class
:class:aiogram.types.chat_full_info.ChatFullInfo.
Added the field :code:paid_media to the classes
:class:aiogram.types.message.Message and
:class:aiogram.types.external_reply_info.ExternalReplyInfo.
Added the class
:class:aiogram.types.transaction_partner_telegram_ads.TransactionPartnerTelegramAds,
containing information about Telegram Star transactions involving the Telegram Ads Platform.
Added the field :code:invoice_payload to the class
:class:aiogram.types.transaction_partner_user.TransactionPartnerUser,
containing the bot-specified invoice payload.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps aiogram from 3.4.1 to 3.10.0.
Release notes
Sourced from aiogram's releases.
... (truncated)
Changelog
Sourced from aiogram's changelog.
... (truncated)
Commits
7807981
Bump version4ddc320
Added full support of Bot API 7.7 (#1536)2ac2650
Typo fix in URL1f41b14
Fixed mypyad28ce9
Bump version0b595ba
Empty Commit648395c
Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x0340945
Reformat code7f47609
#1520 Fixed event context resolving for the callback query (#1521)46e033e
Add chat member tools (#1527)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show