mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 12:10:21 +03:00
Merge branch 'event_overhaul' of github.com:painor/Telethon into event_overhaul
I'm not sure tbh
This commit is contained in:
commit
2cddf2c674
|
@ -3,6 +3,7 @@ import itertools
|
||||||
import string
|
import string
|
||||||
import typing
|
import typing
|
||||||
|
|
||||||
|
from .users import UserMethods
|
||||||
from .. import helpers, utils, hints
|
from .. import helpers, utils, hints
|
||||||
from ..requestiter import RequestIter
|
from ..requestiter import RequestIter
|
||||||
from ..tl import types, functions, custom
|
from ..tl import types, functions, custom
|
||||||
|
@ -344,7 +345,7 @@ class _ProfilePhotoIter(RequestIter):
|
||||||
self.request.offset_id = result.messages[-1].id
|
self.request.offset_id = result.messages[-1].id
|
||||||
|
|
||||||
|
|
||||||
class ChatMethods:
|
class ChatMethods(UserMethods):
|
||||||
|
|
||||||
# region Public methods
|
# region Public methods
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user