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 }}
Problem-2
/
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
on
fix-thread-deadlock
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 10, 2021
Test higher amount of threads
Show description for b59752e
delivrance
committed
b59752e
View commit details
Copy full SHA for b59752e
View code at this point
Browse repository at this point
This should fix the deadlock happening on callbacks using the same pool
Show description for 30d3658
delivrance
committed
30d3658
View commit details
Copy full SHA for 30d3658
View code at this point
Browse repository at this point
Commits on Apr 7, 2021
Update Pyrogram to v1.2.8
delivrance
committed
0b0bec9
View commit details
Copy full SHA for 0b0bec9
View code at this point
Browse repository at this point
Commits on Apr 5, 2021
Fix memory session's delete() method not being implemented
Show description for 818aebc
delivrance
committed
818aebc
View commit details
Copy full SHA for 818aebc
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
Update Pyrogram to v1.2.6
delivrance
committed
aa6b226
View commit details
Copy full SHA for aa6b226
View code at this point
Browse repository at this point
Add missing reply_markup for outgoing bot private messages
Show description for 50d1f30
delivrance
committed
50d1f30
View commit details
Copy full SHA for 50d1f30
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
Update Pyrogram to v1.2.5
delivrance
committed
701c1cd
View commit details
Copy full SHA for 701c1cd
View code at this point
Browse repository at this point
Fix Layer 126 changes [user_id -> participant] (#648)
code-rgb
authored
77ab7bf
View commit details
Copy full SHA for 77ab7bf
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Update Pyrogram to 1.2.4
Show description for a86656a
delivrance
committed
a86656a
View commit details
Copy full SHA for a86656a
View code at this point
Browse repository at this point
Commits on Mar 21, 2021
Update Pyrogram to v1.2.3
delivrance
committed
97bb996
View commit details
Copy full SHA for 97bb996
View code at this point
Browse repository at this point
Fix messed up method names
delivrance
committed
da697ae
View commit details
Copy full SHA for da697ae
View code at this point
Browse repository at this point
Update Pyrogram to v1.2.2
delivrance
committed
ec1cd15
View commit details
Copy full SHA for ec1cd15
View code at this point
Browse repository at this point
Fix wrong example due to a method rename
delivrance
committed
808346f
View commit details
Copy full SHA for 808346f
View code at this point
Browse repository at this point
Do not copy empty messages
delivrance
committed
eed331b
View commit details
Copy full SHA for eed331b
View code at this point
Browse repository at this point
Update Pyrogram to v1.2.1
delivrance
committed
19fab3c
View commit details
Copy full SHA for 19fab3c
View code at this point
Browse repository at this point
Fix inline keyboard buttons with empty values
delivrance
committed
1d55eaa
View commit details
Copy full SHA for 1d55eaa
View code at this point
Browse repository at this point
Update Pyrogram to v1.2.0
delivrance
committed
a47e079
View commit details
Copy full SHA for a47e079
View code at this point
Browse repository at this point
Update API schema to Layer 126
delivrance
committed
b1dc031
View commit details
Copy full SHA for b1dc031
View code at this point
Browse repository at this point
Commits on Mar 20, 2021
Revert changes to the invite link regex pattern
Show description for e01ac7a
delivrance
committed
e01ac7a
View commit details
Copy full SHA for e01ac7a
View code at this point
Browse repository at this point
Fix broken hyperlinks
delivrance
committed
66b1229
View commit details
Copy full SHA for 66b1229
View code at this point
Browse repository at this point
Add add_contact, improve delete_contacts and import_contacts
delivrance
committed
c971616
View commit details
Copy full SHA for c971616
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
Add Message.edit and Message.reply to docs
delivrance
committed
2d785ac
View commit details
Copy full SHA for 2d785ac
View code at this point
Browse repository at this point
Use Pyrogram's List when consuming generators
Show description for b8cd08a
delivrance
committed
b8cd08a
View commit details
Copy full SHA for b8cd08a
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
Add get_chat_invite_link method
delivrance
committed
54ad043
View commit details
Copy full SHA for 54ad043
View code at this point
Browse repository at this point
Fix type hint
delivrance
committed
a85ca8c
View commit details
Copy full SHA for a85ca8c
View code at this point
Browse repository at this point
Fix stackable plugin decorators with include/exclude directives (#643)
Show description for 73a1fee
jonatan1609
and
delivrance
authored
73a1fee
View commit details
Copy full SHA for 73a1fee
View code at this point
Browse repository at this point
Commits on Mar 17, 2021
Allow stackable plugin decorators for on_chat_member_updated
delivrance
committed
c7914f6
View commit details
Copy full SHA for c7914f6
View code at this point
Browse repository at this point
Allow decorators in plugins to be stacked (#642)
Show description for f0b1cc4
jonatan1609
authored
f0b1cc4
View commit details
Copy full SHA for f0b1cc4
View code at this point
Browse repository at this point
Fix ChatMemberUpdated args being parsed when they don't exist
delivrance
committed
c72bbcf
View commit details
Copy full SHA for c72bbcf
View code at this point
Browse repository at this point
Update ChatInviteLink docs
delivrance
committed
3fe43f8
View commit details
Copy full SHA for 3fe43f8
View code at this point
Browse repository at this point
Add support for user mentions inside inline query results
delivrance
committed
2eb7ab2
View commit details
Copy full SHA for 2eb7ab2
View code at this point
Browse repository at this point
Add support for LoginUrl buttons
delivrance
committed
182768a
View commit details
Copy full SHA for 182768a
View code at this point
Browse repository at this point
Add support for invite link chat log events (edit, revoke, delete)
delivrance
committed
a94c3bb
View commit details
Copy full SHA for a94c3bb
View code at this point
Browse repository at this point
Minor document fixes
delivrance
committed
1c52d21
View commit details
Copy full SHA for 1c52d21
View code at this point
Browse repository at this point
Add support for can_manage_chat permission
delivrance
committed
ddb2d84
View commit details
Copy full SHA for ddb2d84
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.