Slack v0.0.12 Slack.Search

Functions for searching

Summary

Functions

Search messages and files

Functions

all(client, body \\ [])

Search messages and files.

https://api.slack.com/methods/search.all

Examples

Slack.Search.all(client, query: "My query")
files(client, body \\ [])

Search files.

https://api.slack.com/methods/search.files

Examples

Slack.Search.files(client, query: "My query")
messages(client, body \\ [])

Search messages.

https://api.slack.com/methods/search.messages

Examples

Slack.Search.messages(client, query: "My query")