Changes between Version 5 and Version 6 of study Slack functionalities


Ignore:
Timestamp:
Nov 7, 2018, 2:49:56 PM (7 years ago)
Author:
xsabol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • study Slack functionalities

    v5 v6  
    1010* [[https://api.slack.com/methods/conversations.history|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 scope
    1111
    12 Current implementation uses conversations.history. That allows users to set up the app using any combination of these 4 permissions (it obviously needs to have 1 or more) limiting the bot's functionality to certain types of channels.
     12Current implementation uses conversations.history. That allows users to set up the app using any combination of these permissions (it obviously needs to have 1 or more) limiting the bot's functionality to certain types of channels.
    1313
    1414List of potentionally useful information that can be obtained with SLACK API calls: