Skip to content

Instantly share code, notes, and snippets.

@NotArchon
Created April 14, 2023 23:02
Show Gist options
  • Select an option

  • Save NotArchon/d2734dd4e8046f051d9337d124694343 to your computer and use it in GitHub Desktop.

Select an option

Save NotArchon/d2734dd4e8046f051d9337d124694343 to your computer and use it in GitHub Desktop.
package io.archon.discord.api.interactions;
import com.google.gson.annotations.SerializedName;
public record ApplicationCommand(String id, String name, int type, Object resolved, Object options,
@SerializedName("guild_id") String guildId,
@SerializedName("target_id") String targetId) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment