File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 17
17
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
18
18
19
19
__fork_name__ = "pyrotgfork"
20
- __version__ = "2.1.33.10 "
20
+ __version__ = "2.1.33.11 "
21
21
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
22
22
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
23
23
Original file line number Diff line number Diff line change 16
16
# You should have received a copy of the GNU Lesser General Public License
17
17
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
18
18
19
+ from typing import List
19
20
from pyrogram import raw , types , utils
20
21
from ..object import Object
21
22
from .message import Str
Original file line number Diff line number Diff line change 17
17
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
18
18
19
19
from random import choice
20
+ from typing import List
20
21
21
22
from pyrogram import raw , types
22
23
from ..object import Object
You can’t perform that action at this time.
0 commit comments