Slash command channel types

Is it possible for me to filter out channels that are shown in the options by type. Here's my code:
.addChannelOption(option => option
    .setName('channel')
    .setDescription('The channel to send the embed to')
    .setRequired(true)
)

Is it possible for me to filter the channels shown to just channel types text channels and voice channels but not forum channels?
Was this page helpful?