Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
eternnoir
/
pyTelegramBotAPI
Public
Notifications
You must be signed in to change notification settings
Fork
2.2k
Star
8.8k
Code
Issues
3
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Botapi 9.4
- #2553
#2553
Merged
Badiboy
merged 12 commits into
eternnoir:master
eternnoir/pyTelegramBotAPI:master
from
coder2020official:botapi-94
coder2020official/pyTelegramBotAPI:botapi-94
Copy head branch name to clipboard
Feb 14, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Botapi 9.4
#2553
Badiboy
merged 12 commits into
eternnoir:master
eternnoir/pyTelegramBotAPI:master
from
coder2020official:botapi-94
coder2020official/pyTelegramBotAPI:botapi-94
Copy head branch name to clipboard
Commits
Commits on Feb 10, 2026
Added the field allows_users_to_create_topics to the class User.
coder2020official
committed
74f0b2b
View commit details
Copy full SHA for 74f0b2b
Browse repository at this point
Added the field icon_custom_emoji_id to the classes KeyboardButton and InlineKeyboardButton, allowing bots to show a custom emoji on buttons if they are able to use custom emoji in the message.
coder2020official
committed
5898931
View commit details
Copy full SHA for 5898931
Browse repository at this point
Added the field style to the classes KeyboardButton and InlineKeyboardButton, allowing bots to change the color of buttons.
coder2020official
committed
fb3405e
View commit details
Copy full SHA for fb3405e
Browse repository at this point
Added the class ChatOwnerLeft and the field chat_owner_left to the class Message. Added the class ChatOwnerChanged and the field chat_owner_changed to the class Message.
coder2020official
committed
742c0ae
View commit details
Copy full SHA for 742c0ae
Browse repository at this point
Added the methods setMyProfilePhoto and removeMyProfilePhoto, allowing bots to manage their profile picture.
coder2020official
committed
78158ba
View commit details
Copy full SHA for 78158ba
Browse repository at this point
Added the class VideoQuality and the field qualities to the class Video allowing bots to get information about other available qualities of a video.
coder2020official
committed
283278a
View commit details
Copy full SHA for 283278a
Browse repository at this point
Added the field first_profile_audio to the class ChatFullInfo.
coder2020official
committed
84012c4
View commit details
Copy full SHA for 84012c4
Browse repository at this point
Added the class UserProfileAudios and the method getUserProfileAudios, allowing bots to fetch a list of audios added to the profile of a user.
coder2020official
committed
0249aef
View commit details
Copy full SHA for 0249aef
Browse repository at this point
Added the field rarity to the class UniqueGiftModel. Added the field is_burned to the class UniqueGift.
coder2020official
committed
9d72040
View commit details
Copy full SHA for 9d72040
Browse repository at this point
Allowed bots to create topics in private chats using the method createForumTopic.
coder2020official
committed
092640e
View commit details
Copy full SHA for 092640e
Browse repository at this point
Update version
coder2020official
committed
64e3479
View commit details
Copy full SHA for 64e3479
Browse repository at this point
Commits on Feb 14, 2026
Fix setmyprofilephoto
coder2020official
committed
bec87fa
View commit details
Copy full SHA for bec87fa
Browse repository at this point
You can’t perform that action at this time.