Revert unwanted change

This commit is contained in:
Lonami 2019-06-26 19:47:25 +02:00 committed by GitHub
parent ce48523be7
commit 7ac8bd5e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ import itertools
import string
import typing
from .users import UserMethods
from .. import helpers, utils, hints
from ..requestiter import RequestIter
from ..tl import types, functions, custom
@ -344,7 +345,7 @@ class _ProfilePhotoIter(RequestIter):
self.request.offset_id = result.messages[-1].id
class ChatMethods:
class ChatMethods(UserMethods):
# region Public methods