isInteractionReply property

bool get isInteractionReply

Returns true if this value is interactionReply, otherwise false.

Implementation

bool get isInteractionReply => this == KnownInteractionEvent.interactionReply;