Slack v0.2.1 Slack.Search View Source

Functions for searching

Link to this section Summary

Functions

Search messages and files.

Search messages.

Link to this section Functions

Search messages and files.

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

Examples

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

Search files.

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

Examples

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

Search messages.

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

Examples

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