Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 4c8e4d6

Browse files
committed
Enable mpim.replies method
1 parent 4fae4d7 commit 4c8e4d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

slacker/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,10 @@ def history(self, channel, latest=None, oldest=None, inclusive=False,
378378
'unreads': int(unreads)
379379
})
380380

381+
def replies(self, channel, thread_ts):
382+
return self.get('mpim.replies',
383+
params={'channel': channel, 'thread_ts': thread_ts})
384+
381385

382386
class Search(BaseAPI):
383387
def all(self, query, sort=None, sort_dir=None, highlight=None, count=None,

0 commit comments

Comments
 (0)