messageAuthor property

PartialUser? messageAuthor

The user that sent the message the reaction was added to

Implementation

PartialUser? get messageAuthor => messageAuthorId == null ? null : gateway.client.users[messageAuthorId!];