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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-telegram-bot
/
python-telegram-bot
Public
Notifications
You must be signed in to change notification settings
Fork
6.1k
Star
29.4k
Code
Issues
23
Pull requests
10
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add api changes as of october
- #431
#431
Merged
jsmnbom
merged 55 commits into
master
python-telegram-bot/python-telegram-bot:master
from
october3
python-telegram-bot/python-telegram-bot:october3
Copy head branch name to clipboard
Oct 19, 2016
Conversation
Commits
55
(55)
Checks
Files changed
Merged
Add api changes as of october
#431
jsmnbom
merged 55 commits into
master
python-telegram-bot/python-telegram-bot:master
from
october3
python-telegram-bot/python-telegram-bot:october3
Copy head branch name to clipboard
Commits
Commits on Oct 3, 2016
Add switch_inline_query_current_chat
jsmnbom
committed
c3e07b1
View commit details
Copy full SHA for c3e07b1
Browse repository at this point
Add caption fields to voice and audio
Show description for f7ede4b
jsmnbom
committed
f7ede4b
View commit details
Copy full SHA for f7ede4b
Browse repository at this point
Add WebhookInfo and getWebhookInfo
Show description for 868d921
jsmnbom
committed
868d921
View commit details
Copy full SHA for 868d921
Browse repository at this point
Add url to answerCallbackQuery
jsmnbom
committed
34c62a6
View commit details
Copy full SHA for 34c62a6
Browse repository at this point
cosmetic fixes and documentation for getWebhookInfo
tsnoam
committed
e8a34d8
View commit details
Copy full SHA for e8a34d8
Browse repository at this point
Add all new Game related classes
Show description for 9e9309e
jsmnbom
committed
9e9309e
View commit details
Copy full SHA for 9e9309e
Browse repository at this point
Merge remote-tracking branch 'origin/october3' into october3
jsmnbom
committed
f3b8a3a
View commit details
Copy full SHA for f3b8a3a
Browse repository at this point
fix syntax error by some weird char
tsnoam
committed
8737b5d
View commit details
Copy full SHA for 8737b5d
Browse repository at this point
Fix import order
tsnoam
committed
1f67623
View commit details
Copy full SHA for 1f67623
Browse repository at this point
Add send_game
jsmnbom
committed
151a441
View commit details
Copy full SHA for 151a441
Browse repository at this point
Add the rest of game_ methods to bot.
jsmnbom
committed
358dd79
View commit details
Copy full SHA for 358dd79
Browse repository at this point
Add InlineQueryResultGame
jsmnbom
committed
ae17eb3
View commit details
Copy full SHA for ae17eb3
Browse repository at this point
Add game parameters in various places
Show description for 551f6c5
jsmnbom
committed
551f6c5
View commit details
Copy full SHA for 551f6c5
Browse repository at this point
Make tests actually run at all
jsmnbom
committed
5e2d96b
View commit details
Copy full SHA for 5e2d96b
Browse repository at this point
Fix tests for Inline Voice Queries
jsmnbom
committed
8234321
View commit details
Copy full SHA for 8234321
Browse repository at this point
Fix regexGroupHandlerCallbackQuery test
jsmnbom
committed
c2b8c4b
View commit details
Copy full SHA for c2b8c4b
Browse repository at this point
Allow http url as a file_id
Show description for 3c88965
tsnoam
committed
3c88965
View commit details
Copy full SHA for 3c88965
Browse repository at this point
inputfile: define the file types as constant and use iterator
tsnoam
committed
3a0f219
View commit details
Copy full SHA for 3a0f219
Browse repository at this point
InputFile: use self instead of explicit class name
tsnoam
committed
4180c06
View commit details
Copy full SHA for 4180c06
Browse repository at this point
answerCallbackQuery: fix copy/paste: show_alert -> url
tsnoam
committed
9b74625
View commit details
Copy full SHA for 9b74625
Browse repository at this point
small documentation fixes
tsnoam
committed
7cf5009
View commit details
Copy full SHA for 7cf5009
Browse repository at this point
New exception: RetryAfter
Show description for 2463b4b
tsnoam
committed
2463b4b
View commit details
Copy full SHA for 2463b4b
Browse repository at this point
sendGame(): mall fixes
tsnoam
committed
d5567cd
View commit details
Copy full SHA for d5567cd
Browse repository at this point
callbackgame: small documentation fix
tsnoam
committed
34748ec
View commit details
Copy full SHA for 34748ec
Browse repository at this point
setGameScore: fixes
Show description for 3619291
tsnoam
committed
3619291
View commit details
Copy full SHA for 3619291
Browse repository at this point
getGameHighScores(): added documentation + fixed copy-paste errors
tsnoam
committed
d70fc48
View commit details
Copy full SHA for d70fc48
Browse repository at this point
GameHighScore: added attributes documentation
tsnoam
committed
fab97df
View commit details
Copy full SHA for fab97df
Browse repository at this point
Animation: use explicit keyword args + added documentation
tsnoam
committed
837e9d2
View commit details
Copy full SHA for 837e9d2
Browse repository at this point
Game: use explicit keyword args + added docmentation
tsnoam
committed
1f9d316
View commit details
Copy full SHA for 1f9d316
Browse repository at this point
Commits on Oct 5, 2016
Add tests for captions in audio and voice
jsmnbom
committed
6b77885
View commit details
Copy full SHA for 6b77885
Browse repository at this point
Add possibly good-enough test for all_members_are_admin
Show description for 976f340
jsmnbom
committed
976f340
View commit details
Copy full SHA for 976f340
Browse repository at this point
fix test_video unitest
tsnoam
committed
1db1b76
View commit details
Copy full SHA for 1db1b76
Browse repository at this point
small documentation fix
tsnoam
committed
01a5a1c
View commit details
Copy full SHA for 01a5a1c
Browse repository at this point
add unitest for getWebhookInfo
tsnoam
committed
bfb4c63
View commit details
Copy full SHA for bfb4c63
Browse repository at this point
Commits on Oct 6, 2016
small fix for game related parts
Show description for 8cab735
PH89
committed
8cab735
View commit details
Copy full SHA for 8cab735
Browse repository at this point
add myself to AUTHORS.rst
PH89
committed
e672625
View commit details
Copy full SHA for e672625
Browse repository at this point
Commits on Oct 7, 2016
Merge pull request #433 from PH89/october3
Show description for 67b98e3
jsmnbom
authored
67b98e3
View commit details
Copy full SHA for 67b98e3
Browse repository at this point
Fix tests
Show description for ade8977
jsmnbom
committed
ade8977
View commit details
Copy full SHA for ade8977
Browse repository at this point
Add game filter
jsmnbom
committed
b7c7612
View commit details
Copy full SHA for b7c7612
Browse repository at this point
Add tests for Game, Animation and sendGame.
Show description for d1ddfad
jsmnbom
committed
d1ddfad
View commit details
Copy full SHA for d1ddfad
Browse repository at this point
Commits on Oct 9, 2016
Add test for set_game_score
jsmnbom
committed
7ad92dc
View commit details
Copy full SHA for 7ad92dc
Browse repository at this point
Commits on Oct 10, 2016
fixes broken test cases with PhotoSize, Game and Animation classes (#435)
Show description for 8dc10fc
PH89
authored and
jh0ker
committed
8dc10fc
View commit details
Copy full SHA for 8dc10fc
Browse repository at this point
Commits on Oct 12, 2016
Update test cases
Show description for 04feeef
jsmnbom
committed
04feeef
View commit details
Copy full SHA for 04feeef
Browse repository at this point
yapf fixes
tsnoam
committed
32a7872
View commit details
Copy full SHA for 32a7872
Browse repository at this point
yapf: use our own mirror of yapf & update to version 0.12.2
tsnoam
committed
d07a1c3
View commit details
Copy full SHA for d07a1c3
Browse repository at this point
upgrade yapf to ver 0.12.2
tsnoam
committed
5b8efe0
View commit details
Copy full SHA for 5b8efe0
Browse repository at this point
Commits on Oct 13, 2016
Improve unitests coverage
tsnoam
committed
53a574b
View commit details
Copy full SHA for 53a574b
Browse repository at this point
Commits on Oct 14, 2016
Only build master branch and PRs on travis. Yapf only on py3.5.
jsmnbom
committed
de96cc8
View commit details
Copy full SHA for de96cc8
Browse repository at this point
Commits on Oct 15, 2016
Respect RetryAfter with polling Updater
tsnoam
committed
a68cf8d
View commit details
Copy full SHA for a68cf8d
Browse repository at this point
Commits on Oct 16, 2016
set_game_score might return True
jsmnbom
committed
305ff93
View commit details
Copy full SHA for 305ff93
Browse repository at this point
send_game has differnt kwargs.
jsmnbom
committed
3754cda
View commit details
Copy full SHA for 3754cda
Browse repository at this point
Better kwargs defaults.
jsmnbom
committed
62dd3a3
View commit details
Copy full SHA for 62dd3a3
Browse repository at this point
Update support date in readme.
jsmnbom
committed
7fafaa1
View commit details
Copy full SHA for 7fafaa1
Browse repository at this point
Fix grammer: 'a object' -> 'an object'
tsnoam
committed
78088f4
View commit details
Copy full SHA for 78088f4
Browse repository at this point
Commits on Oct 19, 2016
Merge branch 'master' into october3
Show description for 960862c
jsmnbom
committed
960862c
View commit details
Copy full SHA for 960862c
Browse repository at this point
You can’t perform that action at this time.