Skip to content

Commit

Permalink
fix(Polls): correct APIPollAnswer properties (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
socram03 committed Apr 22, 2024
1 parent 1572c2d commit 308d7d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno/payloads/v10/poll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface APIPollAnswer {
/**
* The data of the answer
*/
media: APIPollMedia;
poll_media: APIPollMedia;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion deno/payloads/v9/poll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface APIPollAnswer {
/**
* The data of the answer
*/
media: APIPollMedia;
poll_media: APIPollMedia;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v10/poll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface APIPollAnswer {
/**
* The data of the answer
*/
media: APIPollMedia;
poll_media: APIPollMedia;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v9/poll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface APIPollAnswer {
/**
* The data of the answer
*/
media: APIPollMedia;
poll_media: APIPollMedia;
}

/**
Expand Down

0 comments on commit 308d7d4

Please sign in to comment.