hideOriginalResponse property Null safety

bool? hideOriginalResponse
final

Whether to hide the response from other users when the command is invoked from an interaction.

This sets the EPHEMERAL flag on interactions responses when IContext.respond is used.

You might also be interested in:

Implementation

final bool? hideOriginalResponse;