diff --git a/packages/types/src/discordeno.ts b/packages/types/src/discordeno.ts index aa2041f96..3d9ec568d 100644 --- a/packages/types/src/discordeno.ts +++ b/packages/types/src/discordeno.ts @@ -539,6 +539,8 @@ export interface InteractionCallbackData { flags?: number /** Autocomplete choices (max of 25 choices) */ choices?: Camelize + /** Details about the poll */ + poll?: CreatePoll } /** https://discord.com/developers/docs/interactions/slash-commands#interaction-response */