diff --git a/compiler/docs/compiler.py b/compiler/docs/compiler.py
index 920e665bc..15ede3699 100644
--- a/compiler/docs/compiler.py
+++ b/compiler/docs/compiler.py
@@ -515,6 +515,7 @@ def get_title_list(s: str) -> list:
GiftedPremium
GiftedStars
Giveaway
+ GiveawayCreated
GiveawayCompleted
GiveawayWinners
MessageEffect
diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py
index e1396725b..c42ec0968 100644
--- a/pyrogram/__init__.py
+++ b/pyrogram/__init__.py
@@ -17,7 +17,7 @@
# along with Pyrogram. If not, see .
__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 "
diff --git a/pyrogram/types/messages_and_media/__init__.py b/pyrogram/types/messages_and_media/__init__.py
index b8a72bc33..3f536b05f 100644
--- a/pyrogram/types/messages_and_media/__init__.py
+++ b/pyrogram/types/messages_and_media/__init__.py
@@ -79,6 +79,7 @@
"GiftedPremium",
"GiftedStars",
"Giveaway",
+ "GiveawayCreated",
"GiveawayCompleted",
"GiveawayWinners",
"Location",