Preview environment

interface GuildForumThreadMessageCreateOptions

extends

Omit<BaseMessageOptions, 'poll'>Pick<MessageCreateOptions, 'flags' | 'stickers'>
export interface GuildForumThreadMessageCreateOptions extends Omit<BaseMessageOptions, 'poll'>,  Pick<MessageCreateOptions, 'flags' | 'stickers'>

The flags to send with the message Only MessageFlags.SuppressEmbeds and MessageFlags.SuppressNotifications can be set.

The stickers to send with the message