GuildForumThreadMessageCreateOptions

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

No summary provided.

Extends

Omit<BaseMessageOptions, 'poll'>

Extends

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