SayArguments
type SayArguments = DistributiveOmit<ChatPostMessageArguments, "channel"> & object;
Defined in: src/types/utilities.ts:28
Type Declaration
channel?
optional channel?: string;
type SayArguments = DistributiveOmit<ChatPostMessageArguments, "channel"> & object;
Defined in: src/types/utilities.ts:28
optional channel?: string;