interface CreateGuildChannel
implements WithReason
import { type CreateGuildChannel } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";
Properties
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
Default duration (in minutes) that clients (not the API) use for newly created threads in this channel, to determine when to automatically archive the thread after the last activity
optional
defaultReactionEmoji: { emojiId?: BigString | null; emojiName?: string | null; }Emoji to show in the add reaction button on a thread in a forum channel
optional
availableTags: { id: BigString; name: string; moderated: boolean; emojiId: BigString; emojiName?: string; }[]Set of tags that can be used in a forum channel
optional
defaultSortOrder: SortOrderTypes | nullthe default sort order type used to order posts in forum channels