interface ModifyChannel
implements WithReason
import { type ModifyChannel } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";
Properties
optional
type: ChannelTypesThe type of channel; only conversion between text and news is supported and only in guilds with the "NEWS" feature
Amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission manage_messages
or manage_channel
, are unaffected
optional
availableTags: { id: string; name: string; moderated: boolean; emojiId: string; emojiName: string; }[]The set of tags that can be used in a GUILD_FORUM channel
optional
appliedTags: BigString[]The IDs of the set of tags that have been applied to a thread in a GUILD_FORUM channel; limited to 5
the initial rate_limit_per_user to set on newly created threads in a channel. this field is copied to the thread at creation time and does not live update.
optional
defaultSortOrder: SortOrderTypes | nullthe default sort order type used to order posts in forum channels