Slack v0.2.1 Slack.Search View Source
Functions for searching
Link to this section Summary
Link to this section Functions
Link to this function
all(client, body \\ [])
View Sourceall(Slack.Client.t(), Keyword.t()) :: Slack.slack_response()
Search messages and files.
https://api.slack.com/methods/search.all
Examples
Slack.Search.all(client, query: "My query")
Link to this function
files(client, body \\ [])
View Sourcefiles(Slack.Client.t(), Keyword.t()) :: Slack.slack_response()
Search files.
https://api.slack.com/methods/search.files
Examples
Slack.Search.files(client, query: "My query")
Link to this function
messages(client, body \\ [])
View Sourcemessages(Slack.Client.t(), Keyword.t()) :: Slack.slack_response()
Search messages.
https://api.slack.com/methods/search.messages
Examples
Slack.Search.messages(client, query: "My query")