Skip to content

Commit

Permalink
Make Possible MessageReactionAdd#messageAuthorId
Browse files Browse the repository at this point in the history
  • Loading branch information
Doc94 committed Aug 24, 2024
1 parent 4db572e commit 76f6222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static ImmutableMessageReactionAdd.Builder builder() {
EmojiData emoji();

@JsonProperty("message_author_id")
Id messageAuthorId();
Possible<Id> messageAuthorId();

boolean burst();

Expand Down

0 comments on commit 76f6222

Please sign in to comment.