Skip to content

Commit

Permalink
fix/json-mapper: Changed ?self to ?Message in Parts\Message::$referen…
Browse files Browse the repository at this point in the history
…ced_message.
  • Loading branch information
freezemage0 committed Jun 6, 2023
1 parent 1406725 commit c236b0f
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 c236b0f

Please sign in to comment.