File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ export type RESTPatchAPIWebhookWithTokenMessageJSONBody = AddUndefinedToPossibly
273
273
* @remarks
274
274
* Polls can only be added when editing a deferred interaction response.
275
275
*/
276
- poll ?: RESTAPIPollCreate | undefined ;
276
+ poll ?: RESTAPIPoll | undefined ;
277
277
} ;
278
278
279
279
/**
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ export type RESTPatchAPIWebhookWithTokenMessageJSONBody = AddUndefinedToPossibly
273
273
* @remarks
274
274
* Polls can only be added when editing a deferred interaction response.
275
275
*/
276
- poll ?: RESTAPIPollCreate | undefined ;
276
+ poll ?: RESTAPIPoll | undefined ;
277
277
} ;
278
278
279
279
/**
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ export type RESTPatchAPIWebhookWithTokenMessageJSONBody = AddUndefinedToPossibly
273
273
* @remarks
274
274
* Polls can only be added when editing a deferred interaction response.
275
275
*/
276
- poll ?: RESTAPIPollCreate | undefined ;
276
+ poll ?: RESTAPIPoll | undefined ;
277
277
} ;
278
278
279
279
/**
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ export type RESTPatchAPIWebhookWithTokenMessageJSONBody = AddUndefinedToPossibly
273
273
* @remarks
274
274
* Polls can only be added when editing a deferred interaction response.
275
275
*/
276
- poll ?: RESTAPIPollCreate | undefined ;
276
+ poll ?: RESTAPIPoll | undefined ;
277
277
} ;
278
278
279
279
/**
You can’t perform that action at this time.
0 commit comments