pub async fn search_files(
configuration: &Configuration,
team_id: &str,
terms: &str,
is_or_search: bool,
time_zone_offset: Option<i32>,
include_deleted_channels: Option<bool>,
page: Option<i32>,
per_page: Option<i32>,
) -> Result<FileInfoList, Error<SearchFilesError>>
Expand description
Search for files in a team based on file name, extention and file content (if file content extraction is enabled and supported for the files). Minimum server version: 5.34 ##### Permissions Must be authenticated and have the view_team
permission.