Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanlv authored Sep 26, 2024
1 parent c2c2ca1 commit 6368a1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Parts/MessageInteraction.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ class MessageInteraction
public string $id;
public InteractionType $type;
public User $user;
/**
* @var string[]
* @see https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-authorizing-integration-owners-object
*/
public array $authorizing_integration_owners;
public ?string $original_response_message_id;
public ?string $interacted_message_id;
Expand Down

0 comments on commit 6368a1a

Please sign in to comment.