Type Alias: FilesCompleteUploadExternalArguments
type FilesCompleteUploadExternalArguments: FileDestinationArgument & TokenOverridable & object;
Type declaration
files
files: [FileUploadComplete, ...FileUploadComplete[]];
Description
Array of file IDs and their corresponding (optional) titles.
initial_comment?
optional initial_comment: string;
Description
The message text introducing the file in the specified channel.