mention property

bool? mention
final

Whether message responses sent at this level should mention the user when replying to them.

If set to null, inherits the behaviour of the message being sent, or the global allowed mentions if the message builder does not set any.

Implementation

final bool? mention;