Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
Oct 23, 2018, 6:47:37 PM (7 years ago)
Author:
xsabol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    123123{{{#!td
    124124}}}
     125
     126**Documentation**
     127
     128Scopes for .history API call:
     129* channels.history: collects history only from SLACK public channels
     130* groups.history: same as with channels, but this one works only for private channels
     131* im.history: collects chat history from private conversations
     132* mpim.history: collects chat history from multi-party conversations
     133* conversations.history: universal scope for all 4 API calls mentioned above, it´s functionality depends on which of those 4 scopes is chatbot allowed to use. For example: if chatbot is allowed to view groups and channels but not allowed to view private messages and multi-party conversations, those API-calls get rejected automatically without limiting other scopes