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 }}
fourstring
/
pyrogram
Public
forked from
pyrogram/pyrogram
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pyrogram
pyrogram
client
ext
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on May 9, 2019
Remove ChatAction module too
Show description for 6530c7e
delivrance
committed
6530c7e
View commit details
Copy full SHA for 6530c7e
View code at this point
Browse repository at this point
Remove ParseMode
Show description for 3a494a4
delivrance
committed
3a494a4
View commit details
Copy full SHA for 3a494a4
View code at this point
Browse repository at this point
Commits on May 6, 2019
Increase OFFLINE_SLEEP to 15 minutes
Show description for 01f0af6
delivrance
committed
01f0af6
View commit details
Copy full SHA for 01f0af6
View code at this point
Browse repository at this point
Commits on May 5, 2019
Handle minified poll updates
delivrance
committed
6f2c625
View commit details
Copy full SHA for 6f2c625
View code at this point
Browse repository at this point
Merge pull request #238 from pyrogram/bot-api-4.2
Show description for 6c140fd
delivrance
authored
6c140fd
View commit details
Copy full SHA for 6c140fd
View code at this point
Browse repository at this point
Commits on Apr 20, 2019
Bring back automatic mime type detection for new uploads (fixes #239)
Show description for 63d76a7
delivrance
committed
63d76a7
View commit details
Copy full SHA for 63d76a7
View code at this point
Browse repository at this point
Commits on Apr 14, 2019
Add PollHandler type and on_poll decorator for handling Poll updates
delivrance
committed
5905f76
View commit details
Copy full SHA for 5905f76
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
Fix broken mentions for both HTML and Markdown
delivrance
committed
ef5dd96
View commit details
Copy full SHA for ef5dd96
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
Move dispatcher.py inside ext folder
delivrance
committed
066633c
View commit details
Copy full SHA for 066633c
View code at this point
Browse repository at this point
Commits on Mar 21, 2019
Fix inline-mode branch breaking after many commits from develop
delivrance
committed
fede743
View commit details
Copy full SHA for fede743
View code at this point
Browse repository at this point
Commits on Mar 16, 2019
Force keyword arguments for all TL types
delivrance
committed
34b51b6
View commit details
Copy full SHA for 34b51b6
View code at this point
Browse repository at this point
Commits on Mar 1, 2019
Add bot_token argument (#221)
Show description for f84f9ec
bakatrouble
authored and
delivrance
committed
f84f9ec
View commit details
Copy full SHA for f84f9ec
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
Update iter_chat_members efficiency
delivrance
committed
44deabf
View commit details
Copy full SHA for 44deabf
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
Add StopTransmission custom exception
Show description for c28b9f9
delivrance
committed
c28b9f9
View commit details
Copy full SHA for c28b9f9
View code at this point
Browse repository at this point
Commits on Jan 4, 2019
Add iter_chat_members method. Reference #170
delivrance
committed
153439a
View commit details
Copy full SHA for 153439a
View code at this point
Browse repository at this point
Add iter_dialogs method. Reference #170
delivrance
committed
948f2b4
View commit details
Copy full SHA for 948f2b4
View code at this point
Browse repository at this point
Add get_history signature to BaseClient
Show description for fe89974
delivrance
committed
fe89974
View commit details
Copy full SHA for fe89974
View code at this point
Browse repository at this point
Commits on Jan 3, 2019
Add takeout parameter in Client
Show description for 4f6990d
delivrance
committed
4f6990d
View commit details
Copy full SHA for 4f6990d
View code at this point
Browse repository at this point
Commits on Jan 2, 2019
Make invite links of public channels work with get_chat
delivrance
committed
372bbab
View commit details
Copy full SHA for 372bbab
View code at this point
Browse repository at this point
Commits on Jan 1, 2019
Update copyright year
delivrance
committed
4d7b1ba
View commit details
Copy full SHA for 4d7b1ba
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
Remove unneeded parts in utils.py
delivrance
committed
761a07b
View commit details
Copy full SHA for 761a07b
View code at this point
Browse repository at this point
Commits on Dec 15, 2018
CallbackQuery must deal with bytes instead of strings
delivrance
committed
47b25b0
View commit details
Copy full SHA for 47b25b0
View code at this point
Browse repository at this point
Commits on Dec 8, 2018
Merge pull request #166 from zeroone2numeral2/webpage-message-attribute
Show description for 2a9149c
delivrance
authored
2a9149c
View commit details
Copy full SHA for 2a9149c
View code at this point
Browse repository at this point
Commits on Nov 25, 2018
Added web_page attribute to Message object
zeroone2numeral2
committed
61f2d7c
View commit details
Copy full SHA for 61f2d7c
View code at this point
Browse repository at this point
Commits on Nov 20, 2018
Allow Bots to edit and delete own messages w/ Message bound methods.
Show description for 436c48d
delivrance
committed
436c48d
View commit details
Copy full SHA for 436c48d
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
Merge branch 'dispatcher-optimizations' into develop
delivrance
committed
c3edd9d
View commit details
Copy full SHA for c3edd9d
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
Add Message.media field
delivrance
committed
e760550
View commit details
Copy full SHA for e760550
View code at this point
Browse repository at this point
Add Message.service field
delivrance
committed
fc7b77e
View commit details
Copy full SHA for fc7b77e
View code at this point
Browse repository at this point
Add Message.empty field
delivrance
committed
32a09ff
View commit details
Copy full SHA for 32a09ff
View code at this point
Browse repository at this point
Commits on Nov 7, 2018
Handle possible MESSAGE_IDS_EMPTY errors in case of pinned messages
delivrance
committed
f8844d6
View commit details
Copy full SHA for f8844d6
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
Remove useless variable
delivrance
authored
5da5cab
View commit details
Copy full SHA for 5da5cab
View code at this point
Browse repository at this point
added message.mentioned
Furoin
committed
91beb21
View commit details
Copy full SHA for 91beb21
View code at this point
Browse repository at this point
Commits on Nov 4, 2018
Catch possible MESSAGE_IDS_EMPTY errors
delivrance
committed
ff7ee46
View commit details
Copy full SHA for ff7ee46
View code at this point
Browse repository at this point
Remove unneeded FloodWait check
delivrance
committed
966926d
View commit details
Copy full SHA for 966926d
View code at this point
Browse repository at this point
Commits on Nov 3, 2018
Fix missing total_count for ChatMembers in channels/supergroups
delivrance
committed
30c0086
View commit details
Copy full SHA for 30c0086
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.