/// <summary> /// Share a remote file into a channel. /// </summary> public Task <FileObjectResponse> ShareAsync(RemoteFileToShare remoteFileToShare) => SendPostFormUrlEncodedAsync <RemoteFileToShare, FileObjectResponse>("share", remoteFileToShare);
/// <inheritdoc cref="FilesRemoteClient.ShareAsync(RemoteFileToShare)"/> public Task <FileObjectResponse> ShareRemoteFileAsync(RemoteFileToShare remoteFileToShare) => FilesRemote.ShareAsync(remoteFileToShare);