mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Add the poll object to InteractionCallbackData (#3905)
This commit is contained in:
@@ -539,6 +539,8 @@ export interface InteractionCallbackData {
|
||||
flags?: number
|
||||
/** Autocomplete choices (max of 25 choices) */
|
||||
choices?: Camelize<DiscordApplicationCommandOptionChoice[]>
|
||||
/** Details about the poll */
|
||||
poll?: CreatePoll
|
||||
}
|
||||
|
||||
/** https://discord.com/developers/docs/interactions/slash-commands#interaction-response */
|
||||
|
||||
Reference in New Issue
Block a user