Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discordjs_deno/src/util/roots.js>Routes

discord.jsのdenoバージョン
Latest
variable Routes
import { Routes } from "https://deno.land/x/discordjs_deno@0.17/src/util/roots.js";

type

{ applicationRoleConnectionMetadata(applicationId); guildAutoModerationRules(guildId); guildAutoModerationRule(guildId, ruleId); guildAuditLog(guildId); channel(channelId); channelMessages(channelId); channelMessage(channelId, messageId); channelMessageCrosspost(channelId, messageId); channelMessageOwnReaction(
channelId,
messageId,
emoji,
); channelMessageUserReaction(
channelId,
messageId,
emoji,
userId,
); channelMessageReaction(
channelId,
messageId,
emoji,
); channelMessageAllReactions(channelId, messageId); channelBulkDelete(channelId); channelPermission(channelId, overwriteId); channelInvites(channelId); channelFollowers(channelId); channelTyping(channelId); channelPins(channelId); channelPin(channelId, messageId); channelRecipient(channelId, userId); guildEmojis(guildId); guildEmoji(guildId, emojiId); guilds(); guild(guildId); guildPreview(guildId); guildChannels(guildId); guildMember(guildId, userId?); guildMembers(guildId); guildMembersSearch(guildId); guildCurrentMemberNickname(guildId); guildMemberRole(
guildId,
memberId,
roleId,
); guildMFA(guildId); guildBans(guildId); guildBan(guildId, userId); guildRoles(guildId); guildRole(guildId, roleId); guildPrune(guildId); guildVoiceRegions(guildId); guildInvites(guildId); guildIntegrations(guildId); guildIntegration(guildId, integrationId); guildWidgetSettings(guildId); guildWidgetJSON(guildId); guildVanityUrl(guildId); guildWidgetImage(guildId); invite(code); template(code); guildTemplates(guildId); guildTemplate(guildId, code); pollAnswerVoters(
channelId,
messageId,
answerId,
); expirePoll(channelId, messageId); threads(parentId, messageId); guildActiveThreads(guildId); channelThreads(channelId, archivedStatus); channelJoinedArchivedThreads(channelId); threadMembers(threadId, userId); user(userId?); userApplicationRoleConnection(applicationId); userGuilds(); userGuildMember(guildId); userGuild(guildId); userChannels(); userConnections(); voiceRegions(); channelWebhooks(channelId); guildWebhooks(guildId); webhook(webhookId, webhookToken); webhookMessage(
webhookId,
webhookToken,
messageId?,
); webhookPlatform(
webhookId,
webhookToken,
platform,
); gateway(); gatewayBot(); oauth2CurrentApplication(); oauth2CurrentAuthorization(); oauth2Authorization(); oauth2TokenExchange(); oauth2TokenRevocation(); applicationCommands(applicationId); applicationCommand(applicationId, commandId); applicationGuildCommands(applicationId, guildId); applicationGuildCommand(
applicationId,
guildId,
commandId,
); interactionCallback(interactionId, interactionToken); guildMemberVerification(guildId); guildVoiceState(guildId, userId?); guildApplicationCommandsPermissions(applicationId, guildId); applicationCommandPermissions(
applicationId,
guildId,
commandId,
); guildWelcomeScreen(guildId); stageInstances(); stageInstance(channelId); sticker(stickerId); stickerPacks(); stickerPack(packId); nitroStickerPacks(); guildStickers(guildId); guildSticker(guildId, stickerId); guildScheduledEvents(guildId); guildScheduledEvent(guildId, guildScheduledEventId); guildScheduledEventUsers(guildId, guildScheduledEventId); guildOnboarding(guildId); currentApplication(); entitlements(applicationId); entitlement(applicationId, entitlementId); skus(applicationId); guildBulkBan(guildId); consumeEntitlement(applicationId, entitlementId); applicationEmojis(applicationId); applicationEmoji(applicationId, emojiId); }