Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 1a1480a

Browse files
committed
Fix documented return type for SkypeChats.recent()
Fixes #175.
1 parent b21e170 commit 1a1480a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skpy/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def recent(self):
465465
Each conversation is only retrieved once, so subsequent calls will retrieve older conversations.
466466
467467
Returns:
468-
:class:`SkypeChat` list: collection of recent conversations
468+
:class:`SkypeChat` dict: collection of recent conversations keyed by their ID
469469
"""
470470
url = "{0}/users/ME/conversations".format(self.skype.conn.msgsHost)
471471
params = {"startTime": 0,

0 commit comments

Comments
 (0)