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