Add read_history method · Python-Repository-Hub/pyrogram@a425e00 · GitHub
Skip to content

Commit a425e00

Browse files
committed
Add read_history method
1 parent 806e0d7 commit a425e00

3 files changed

Lines changed: 70 additions & 1 deletion

File tree

docs/source/api/methods.rst

Lines changed: 2 additions & 0 deletions

pyrogram/client/methods/messages/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
from .get_history_count import GetHistoryCount
2828
from .get_messages import GetMessages
2929
from .iter_history import IterHistory
30+
from .read_history import ReadHistory
3031
from .retract_vote import RetractVote
3132
from .send_animated_sticker import SendAnimatedSticker
3233
from .send_animation import SendAnimation
@@ -80,6 +81,7 @@ class Messages(
8081
IterHistory,
8182
SendCachedMedia,
8283
GetHistoryCount,
83-
SendAnimatedSticker
84+
SendAnimatedSticker,
85+
ReadHistory
8486
):
8587
pass
Lines changed: 65 additions & 0 deletions

0 commit comments

Comments
 (0)