Skip to content

Commit

Permalink
Fix parsing message with GIVEAWAY_COMPLETED type
Browse files Browse the repository at this point in the history
  • Loading branch information
KurimuzonAkuma committed Nov 1, 2024
1 parent d0b982f commit 7c294aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyrogram/enums/message_service_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ class MessageServiceType(AutoName):
GIVEAWAY_CREATED = auto()
"Giveaway created"

GIVEAWAY_COMPLETED = auto()
"Giveaway completed"

GIFT_CODE = auto()
"Gift code"

Expand Down

0 comments on commit 7c294aa

Please sign in to comment.