Skip to content

Add support for Telegram Bot API 7.3 #5

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

Merged
merged 1 commit into from
Jul 5, 2025

Conversation

devrabie
Copy link
Owner

@devrabie devrabie commented Jul 5, 2025

This commit implements the features introduced in the Telegram Bot API 7.3 update (May 6, 2024).

Key changes include:

  • Poll Enhancements:
    • New InputPollOption entity.
    • Added question_entities to Poll and text_entities to PollOption.
    • Updated sendPoll method with new options and question_entities parameters.
  • Chat and getChat Refactoring:
    • New ChatFullInfo entity with max_reaction_count and other getChat-specific fields.
    • getChat method now returns ChatFullInfo.
  • Miscellaneous Updates:
    • New ChatBackground, BackgroundType, and BackgroundFill entities.
    • Added chat_background_set to Message entity.
    • Added via_join_request to ChatMemberUpdated entity.
    • Added live_period to editMessageLiveLocation method.

Updated CHANGELOG.md and library version to 1.0.3.

? !
Type bug / feature / improvement
BC Break yes / no
Fixed issues

Summary

This commit implements the features introduced in the Telegram Bot API 7.3 update (May 6, 2024).

Key changes include:
- Poll Enhancements:
  - New InputPollOption entity.
  - Added question_entities to Poll and text_entities to PollOption.
  - Updated sendPoll method with new options and question_entities parameters.
- Chat and getChat Refactoring:
  - New ChatFullInfo entity with max_reaction_count and other getChat-specific fields.
  - getChat method now returns ChatFullInfo.
- Miscellaneous Updates:
  - New ChatBackground, BackgroundType, and BackgroundFill entities.
  - Added chat_background_set to Message entity.
  - Added via_join_request to ChatMemberUpdated entity.
  - Added live_period to editMessageLiveLocation method.

Updated CHANGELOG.md and library version to 1.0.3.
@devrabie devrabie merged commit fc28e3e into develop Jul 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant