types: Forum starter messages do not support polls (#10276)

fix(types): Forums do not support polls

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
cobalt 2024-05-15 12:43:31 -05:00 committed by GitHub
parent 29fd89f23c
commit 35207b0b31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6331,7 +6331,7 @@ export interface MessageCreateOptions extends BaseMessageOptions {
}
export interface GuildForumThreadMessageCreateOptions
extends BaseMessageOptions,
extends Omit<BaseMessageOptions, 'poll'>,
Pick<MessageCreateOptions, 'flags' | 'stickers'> {}
export interface MessageEditAttachmentData {