Slack.Web.Search.messages
You're seeing just the function
messages, go back to Slack.Web.Search module for more information.
Searches for messages matching a query.
Required Params
query- Search query. May contains booleans, etc. ex:pickleface
Optional Params
highlight- Pass a value of1to enable query highlight markers (see below). ex:1sort- Return matches sorted by eitherscoreortimestamp. ex:timestampsort_dir- Change sort direction to ascending (asc) or descending (desc). ex:asc
Errors the API can return: