Skip to content

Commit

Permalink
Merge pull request #43 from freezemage0/fix/json-mapper-self-property…
Browse files Browse the repository at this point in the history
…-fail
  • Loading branch information
Exanlv authored Jun 6, 2023
2 parents 1406725 + c236b0f commit 8b1ddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parts/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Message
public ?string $application_id;
public ?MessageReference $message_reference;
public ?Bitwise $flags;
public ?self $referenced_message;
public ?Message $referenced_message;
public ?MessageInteraction $interaction;
public ?Channel $thread;
/**
Expand Down

0 comments on commit 8b1ddb1

Please sign in to comment.