- Notifications
You must be signed in to change notification settings - Fork5.7k
Description
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 fromAPI 8.3 #4677 to your PR and make sure to cover everything :)
- Please base your branch on theapi_8.3 branch
- If this is your first contribution, please be sure to read thecontribution guide > and feel free to reach out with any questions viahttps://t.me/pythontelegrambotchannel/105
Describe the solution you'd like
- Added the parameter chat_id to the methodsendGift, allowing bots to send gifts to channel chats.
- Added the field can_send_gift to the classChatFullInfo.
- Added the classTransactionPartnerChat describing transactions with chats.
- Added the fields cover and start_timestamp to the classVideo, containing a message-specific cover and a start timestamp for the video. (@aelkheir)
- Added the parameters cover and start_timestamp to the methodsendVideo, 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 classesInputMediaVideo andInputPaidMediaVideo, 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 methodsforwardMessage andcopyMessage, 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 theContribution 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.