pub async fn get_file_link(
configuration: &Configuration,
file_id: &str,
) -> Result<GetFileLink200Response, Error<GetFileLinkError>>
Expand description
Gets a public link for a file that can be accessed without logging into Mattermost. ##### Permissions Must have read_channel
permission or be uploader of the file.