Skip to content

Commit

Permalink
Update Pyrogram to v2.1.33.7
Browse files Browse the repository at this point in the history
- Fix GiveawayCreated
  • Loading branch information
SpEcHiDe committed Sep 6, 2024
1 parent a12a990 commit 160c71c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions compiler/docs/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ def get_title_list(s: str) -> list:
GiftedPremium
GiftedStars
Giveaway
GiveawayCreated
GiveawayCompleted
GiveawayWinners
MessageEffect
Expand Down
2 changes: 1 addition & 1 deletion pyrogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.

__fork_name__ = "pyrotgfork"
__version__ = "2.1.33.6"
__version__ = "2.1.33.7"
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"

Expand Down
1 change: 1 addition & 0 deletions pyrogram/types/messages_and_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"GiftedPremium",
"GiftedStars",
"Giveaway",
"GiveawayCreated",
"GiveawayCompleted",
"GiveawayWinners",
"Location",
Expand Down

0 comments on commit 160c71c

Please sign in to comment.