Skip to content

Commit

Permalink
Merge #142 into 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
quanticc committed Apr 9, 2023
2 parents 32948f6 + 55af8a0 commit 8378b1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/discord4j/discordjson/json/InteractionData.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ static ImmutableInteractionData.Builder builder() {
@JsonProperty("guild_id")
Possible<Id> guildId();

/** Partial Channel that the interaction was sent from */
Possible<ChannelData> channel();

/** the channel it was sent from */
@JsonProperty("channel_id")
Possible<Id> channelId();
Expand Down

0 comments on commit 8378b1b

Please sign in to comment.