message property

Cacheable<Snowflake, IMessage>? message

The message of any user message which content belongs to.

This will not be present if the message was blocked by automod or the content was not part of the message.

Implementation

Cacheable<Snowflake, IMessage>? get message;