Thanks to visit codestin.com
Credit goes to github.com

Skip to content

API 8.3 #4677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
8 tasks
aelkheir opened this issue Feb 12, 2025 · 0 comments · Fixed by #4676
Closed
8 tasks

API 8.3 #4677

aelkheir opened this issue Feb 12, 2025 · 0 comments · Fixed by #4676
Labels
⚙️ bot-api affected functionality: bot-api

Comments

@aelkheir
Copy link
Member

aelkheir commented Feb 12, 2025

What kind of feature are you missing? Where do you notice a shortcoming of PTB?

API 8.3

Important

  • Comment here or in the dev group what you want to work on so we can assign you
  • Please copy the relevant part of the checklist from API 8.3 #4677 to your PR and make sure to cover everything :)
  • Please base your branch on the api_8.3 branch
  • If this is your first contribution, please be sure to read the contribution guide > and feel free to reach out with any questions via https://t.me/pythontelegrambotchannel/105

Describe the solution you'd like

  • Added the parameter chat_id to the method sendGift, allowing bots to send gifts to channel chats.
  • Added the field can_send_gift to the class ChatFullInfo.
  • Added the class TransactionPartnerChat describing transactions with chats.
  • Added the fields cover and start_timestamp to the class Video, containing a message-specific cover and a start timestamp for the video. (@aelkheir)
  • Added the parameters cover and start_timestamp to the method sendVideo, allowing bots to specify a cover and a start timestamp for the videos they send. (@aelkheir)
  • Added the fields cover and start_timestamp to the classes InputMediaVideo and InputPaidMediaVideo, allowing bots to edit video cover and start timestamp and specify them for videos in albums and paid media. (@aelkheir)
  • Added the parameter video_start_timestamp to the methods forwardMessage and copyMessage, allowing bots to change the start timestamp for forwarded and copied videos. (@aelkheir)
  • Allowed to add reactions to most types of service messages.

Describe alternatives you've considered

If you want to contribute, you can start from the Contribution Guide.

Additional context

Please comment below before start working on any part of the update so as to keep things in track and avoid double work.

@aelkheir aelkheir added the 📋 triage work status: triage label Feb 12, 2025
@Bibo-Joshi Bibo-Joshi added ⚙️ bot-api affected functionality: bot-api and removed 📋 triage work status: triage labels Feb 12, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Mar 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
⚙️ bot-api affected functionality: bot-api
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants