interface GuildForumThreadMessageCreateOptions
extends
Omit<BaseMessageOptions, 'poll'>Pick<MessageCreateOptions, 'flags' | 'stickers'>export interface GuildForumThreadMessageCreateOptions extends Omit<BaseMessageOptions, 'poll'>, Pick<MessageCreateOptions, 'flags' | 'stickers'>flags : BitFieldResolvable
The flags to send with the message Only MessageFlags.SuppressEmbeds and MessageFlags.SuppressNotifications can be set.
stickers : StickerResolvable
The stickers to send with the message