hideOriginalResponse property Null safety

bool? hideOriginalResponse
final

Whether to set the EPHEMERAL flag in the original response to interaction events.

Has no effect for CommandType.textOnly commands. If CommandsOptions.autoAcknowledgeInteractions is true, this will override CommandsOptions.hideOriginalResponse.

Implementation

final bool? hideOriginalResponse;