Skip to content

Commit 36a9a44

Browse files
committed
Update Pyrogram to v2.1.33.11
1 parent 4e325a6 commit 36a9a44

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

1919
__fork_name__ = "pyrotgfork"
20-
__version__ = "2.1.33.10"
20+
__version__ = "2.1.33.11"
2121
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
2222
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
2323

pyrogram/types/messages_and_media/gift_code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19+
from typing import List
1920
from pyrogram import raw, types, utils
2021
from ..object import Object
2122
from .message import Str

pyrogram/types/messages_and_media/gifted_premium.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

1919
from random import choice
20+
from typing import List
2021

2122
from pyrogram import raw, types
2223
from ..object import Object

0 commit comments

Comments
 (0)