A list of all stores that have get* or has* methods.
Generate with:
Object.entries(stores)
.map(([k, v]) => ({
name: k,
methods: Object.getOwnPropertyNames(Object.getPrototypeOf(v))
.filter(m => m.match(/^(get|has)/))
.sort((a, b) => a.localeCompare(b))
}))
.filter(d => d.methods.length)
.sort((a, b) => a.name.localeCompare(b.name))
.map(({name, methods}) => `<details open><summary><strong><code>${name}</code></strong></summary>\n\n${
methods
.map(m => `- <code>${m}</code>\n`)
.join("")
}\n</details>\n\n`)
.join("")A
getBlockedUsersForVoiceChannelgetIgnoredUsersForVoiceChannel
AccessibilityStore
getUserAgnosticState
AccountLinkStore
getGloballyDisabledAuthorizationFlowsgetPendingAuthorizations
ActiveJoinedThreadsStore
getActiveJoinedRelevantThreadsForGuildgetActiveJoinedRelevantThreadsForParentgetActiveJoinedThreadsForGuildgetActiveJoinedThreadsForParentgetActiveJoinedUnreadThreadsForGuildgetActiveJoinedUnreadThreadsForParentgetActiveThreadCountgetActiveUnjoinedThreadsForGuildgetActiveUnjoinedThreadsForParentgetActiveUnjoinedUnreadThreadsForGuildgetActiveUnjoinedUnreadThreadsForParentgetAllActiveJoinedThreadsgetNewThreadCountgetNewThreadCountsForGuildhasActiveJoinedUnreadThreads
ActiveThreadsStore
getThreadsForGuildgetThreadsForParenthasLoadedhasThreadsForChannel
ActivityInviteModalStore
getActivitygetQuerygetResults
ActivityLauncherStore
getStategetStates
AgeVerificationStore
getReactiveCheckMissgetReactiveCheckPassedgetReactiveCheckStatus
AppIconPersistedStoreState
getCurrentDesktopIcongetState
ApplicationAssetsV2Store
getAssets
ApplicationBuildStore
getBuildSizegetTargetBuildIdgetTargetManifestshasNoBuild
ApplicationCommandAutocompleteStore
getAutocompleteChoicesgetAutocompleteLastChoicesgetLastErroredgetLastResponseNonce
ApplicationCommandFrecencyStore
getCommandFrecencyWithoutLoadingLatestgetScoreWithoutLoadingLatestgetStategetTopCommandsWithoutLoadingLatesthasPendingUsage
ApplicationCommandIndexStore
getApplicationStategetApplicationStatesgetContextStategetGuildStategetUserStatehasApplicationStatehasContextStateApplicationhasUserStateApplication
ApplicationCommandStore
getActiveCommandgetActiveCommandSectiongetActiveOptiongetActiveOptionNamegetCommandOrigingetOptiongetOptionStategetOptionStatesgetPreferredCommandIdgetSourcegetState
ApplicationDirectoryApplicationsStore
getApplicationgetApplicationFetchStategetApplicationFetchStatesgetApplicationLastFetchTimegetApplicationRecordgetApplicationsgetInvalidApplicationIds
ApplicationDirectoryCategoriesStore
getCategoriesgetCategorygetLastFetchTimeMs
ApplicationDirectorySearchStore
getFetchStategetSearchResults
ApplicationDirectorySimilarApplicationsStore
getFetchStategetSimilarApplications
ApplicationFrecencyStore
getApplicationFrecencyWithoutLoadingLatestgetScoreWithoutLoadingLatestgetStategetTopApplicationsWithoutLoadingLatesthasPendingUsage
ApplicationStore
getAppIdForBotUserIdgetApplicationgetApplicationByNamegetApplicationLastUpdatedgetFetchingOrFailedFetchingIdsgetGuildApplicationgetGuildApplicationIdsgetState
ApplicationStoreDirectoryStore
getFetchStatusgetStoreLayouthasStorefront
ApplicationStoreLocationStore
getCurrentPathgetCurrentRoute
ApplicationStoreUserSettingsStore
getStatehasAcceptedEULAhasAcceptedStoreTerms
ApplicationStreamingSettingsStore
getState
ApplicationStreamingStore
getActiveStreamForApplicationStreamgetActiveStreamForStreamKeygetActiveStreamForUsergetAllActiveStreamsgetAllActiveStreamsForChannelgetAllApplicationStreamsgetAllApplicationStreamsForChannelgetAnyDiscoverableStreamForUsergetAnyStreamForUsergetCurrentAppIntentgetCurrentUserActiveStreamgetIsActiveStreamPreviewDisabledgetLastActiveStreamgetRTCStreamgetStategetStreamerActiveStreamMetadatagetStreamerActiveStreamMetadataForStreamgetStreamForUsergetStreamingStategetViewerIds
ApplicationStreamPreviewStore
getIsPreviewLoadinggetPreviewURLgetPreviewURLForStreamKey
ApplicationSubscriptionChannelNoticeStore
getLastGuildDismissedTimegetUserAgnosticState
ApplicationSubscriptionStore
getApplicationEntitlementsForGuildgetEntitlementsForGuildgetEntitlementsForGuildFetchStategetSubscriptionGroupListinggetSubscriptionGroupListingForSubscriptionListinggetSubscriptionGroupListingsForApplicationFetchStategetSubscriptionListinggetSubscriptionListingForPlangetSubscriptionListingsForApplication
ApplicationViewStore
hasFetchedApplications
ApplicationWidgetConfigStore
getAllConfigsByApplicationgetConfiggetConfigsgetDeveloperApplicationIdsgetDeveloperFetchStategetFeaturedApplicationIdsgetFeaturedFetchStategetFetchState
AppViewStore
getHomeLink
ArchivedThreadsStore
getCanLoadMoregetIsInitialLoadgetNextOffsetgetThreads
AudioRouteStore
getCurrentRouteTypegetMultipleRoutesAvailable
AudioVideoOverridesStore
getSnapshotgetUserAgnosticState
AuthenticationStore
getAnalyticsTokengetAuthSessionIdHashgetCredentialsgetFingerprintgetIdgetInstallationForTrackinggetIsPasswordlessActivegetLoginInstanceIdgetLoginStatusgetMFAMethodsgetMFATicketgetSessionIdgetStaticAuthSessionIdgetSuspendedUserTokengetTokenhasTOTPEnabled
AuthorizedAppsStore
getApplicationFetchStateVersiongetFetchStategetFetchStateForApplicationgetNewestTokenForApplicationgetNewestTokensgetNewestTokensForNonChildrenApplications
AVErrorStore
getActiveErrorsgetActiveErrorsOfTypehasActiveErrorOfType
BadgeDirectoryStore
getBadgeByIdgetBadgesgetCurrentTiergetNextTiergetObtainedAtgetRemainingToNextTiergetSingleRequirementProgresshasCatalogFetchErrorForhasCatalogFor
BasicGuildStore
getGuildgetGuildOrStatusgetVersion
BountyStore
getAdDecisionByPlacementAndAdCreativeIdgetBountyVideoProgressgetCompletedBountyCount
BraintreeStore
getClientgetLastURLgetPayPalClientgetVenmoClient
BuildOverrideStore
getBuildOverridegetBuildOverridesgetCurrentBuildOverride
BulkBanStore
hasPendingBulkBan
BurstReactionEffectsStore
getEffectForEmojiIdgetReactionPickerAnimation
CallStore
getCallgetCallsgetInternalStategetMessageId
CategoryCollapseStore
getCollapsedCategoriesgetState
CertifiedDeviceStore
getCertifiedDevicegetCertifiedDeviceByTypegetCertifiedDeviceNamegetModelgetRevisiongetVendorhasAutomaticGainControlhasEchoCancellationhasNoiseSuppression
ChangelogStore
getChangeloggetChangelogLoadStatusgetConfiggetStateForDebugginghasLoadedConfig
ChannelFollowerStatsStore
getFollowerStatsForChannel
ChannelListStore
getGuildgetGuildWithoutChangingGuildActionRows
ChannelListVoiceCategoryStore
getState
ChannelMemberStore
getPropsgetRows
ChannelPinsStore
getPins
ChannelRTCStore
getActivityParticipantsgetAllChatOpengetChatOpengetFilteredParticipantsgetGuildRingingUsersgetLayoutgetModegetOpenChatChannelIdsgetParticipantgetParticipantsgetParticipantsOpengetParticipantsVersiongetSelectedParticipantgetSelectedParticipantIdgetSelectedParticipantStatsgetSpeakingParticipantsgetStageStreamSizegetStageVideoLimitBoostUpsellDismissedgetStategetStreamParticipantsgetUserParticipantCountgetVideoParticipantsgetVoiceParticipantsHidden
ChannelSectionStore
getCurrentSearchContextIdgetCurrentSidebarChannelIdgetCurrentSidebarMessageIdgetGuildSidebarStategetSectiongetSidebarStategetState
ChannelSettingsIntegrationsStore
getPropsgetWebhookhasChanges
ChannelSettingsPermissionsStore
getPermissionOverwritehasChanges
ChannelSettingsStore
getCategorygetChannelgetFormStategetInvitesgetPropsgetSectionhasChanges
ChannelSpoilerAgreeStore
getStategetUserAgnosticState
ChannelStatusStore
getChannelStatushasRequestedStatuses
ChannelStore
getAllThreadsForGuildgetAllThreadsForParentgetBasicChannelgetChannelgetChannelIdsgetDebugInfogetDMChannelFromUserIdgetDMFromUserIdgetDMUserIdsgetGuildChannelsVersiongetInitialOverlayStategetMutableBasicGuildChannelsForGuildgetMutableDMsByUserIdsgetMutableGuildChannelsForGuildgetMutablePrivateChannelsgetPrivateChannelsVersiongetSortedLinkedChannelsForGuildgetSortedPrivateChannelshasChannel
CheckoutRecoveryStore
getIsTargeted
ClientThemesBackgroundStore
getLinearGradientgetState
ClipsStore
getClipByIdgetClipByRemoteIdgetClipCandidateByIdgetClipCandidatesgetClipsgetClipsWarningShowngetCurrentClipsSessiongetEnableAutoclippinggetExportingClipIdsgetHardwareClassificationgetHardwareClassificationForDecoupledgetHardwareClassificationVersiongetHistoricalClipsSessionByIdgetIsAtMaxSaveClipOperationsgetLastClipsErrorgetLastClipsSessiongetNewClipIdsgetSettingsgetUserAgnosticStatehasClipshasTakenDecoupledCliphasUserSetAutoclippingSettings
CloudSyncStore
getState
CodedLinkNativeAppStateStore
getHighestStategetState
CollapsedVoiceChannelStore
getCollapsedgetState
CollectiblesCategoryStore
getCategorygetCategoryByStoreListingIdgetCategoryForProductgetProductgetProductByStoreListingIdgetProductFetchgetProductsBySkus
CollectiblesMarketingsStore
getMarketingBySurface
CollectiblesPurchaseStore
getPurchasegetPurchaseshasPreviouslyFetched
CollectiblesShopHomesStore
getFetchShopHomeErrorgetHasKnownStaleDatagetIsFetchingShopHomegetLastErrorTimestampgetLastFetchOptionsgetLastSuccessfulFetchgetShopBlocksgetShopHomeConfigOverridegetShopLayoutUrlOverride
CollectiblesShopStore
getAnalyticsgetLayoutgetLayoutFetchError
CommandsMigrationStore
getState
ConnectedAccountsStore
getAccountgetAccountsgetLocalAccountgetLocalAccountshasPendingAuthorizedState
ConnectedAppsStore
getAllConnectionsgetApplication
ConsentStore
getAuthenticationConsentRequiredhasConsented
ContentInventoryActivityStore
getMatchingActivity
ContentInventoryOutboxStore
getMatchingOutboxEntrygetUserOutboxhasInitialized
ContentInventoryPersistedStore
getDebugFastImpressionCappingEnabledgetImpressionCappedItemIdsgetState
ContentInventoryStore
getDebugImpressionCappingDisabledgetFeedgetFeedRequestIdgetFeedsgetFeedStategetFiltersgetLastFeedFetchDategetMatchingInboxEntry
ContextMenuStore
getContextMenu
ConversationsStore
getChannelConversationsgetConversationColorgetConversationFeedbackRatinggetConversationForMessagegetConversationMetadatagetEdgeMarkergetHydratedMessageByIdgetHydratedMessagesgetMessagegetMessageMetadatagetSelectedConversationgetSelectedConversationIdhasChannelData
ConversationVisibilityStore
getStategetUserAgnosticState
CreatorMonetizationStore
getPriceTiersFetchStateForGuildAndTypegetPriceTiersForGuildAndType
CustomActivityLinksStore
getOne
d
getAllProjectsgetLogsgetProjectgetProjectsFetchState
DCFEventStore
getDCFEvents
DefaultRouteStore
getState
DeveloperActivityShelfStore
getActivityUrlOverridegetDeveloperShelfItemsgetFetchStategetFiltergetIsEnabledgetLastUsedObjectgetStategetUseActivityUrlOverride
DeveloperExperimentStore
getExperimentDescriptor
DeveloperOptionsStore
getDebugOptionsHeaderValuegetRoutingKeyHeaderValue
DeviceFrecencyStore
getDeviceIdsSortedByFrecencygetStategetUsageStats
DevToolsDesignTogglesStore
getgetUserAgnosticState
DevToolsDevSettingsStore
getgetUserAgnosticState
DevToolsSettingsStore
getUserAgnosticState
DimensionStore
getChannelDimensionsgetGuildDimensionsgetGuildListDimensions
DismissibleContentFrameworkStore
getRenderedAtTimestampgetStatehasUserHitDCCap
DispatchApplicationErrorStore
getLastError
DispatchApplicationLaunchSetupStore
getLastProgress
DispatchApplicationStore
getDefaultLaunchOptiongetHistoricalTotalBytesDownloadedgetHistoricalTotalBytesReadgetHistoricalTotalBytesWrittengetLaunchOptionsgetState
DispatchManagerStore
getQueuePosition
DraftStore
getDraftgetRecentlyEditedDraftsgetStategetThreadDraftWithParentMessageIdgetThreadSettings
E
getPendingRequestForUser
EditMessageStore
getEditActionSourcegetEditingMessagegetEditingMessageIdgetEditingRichValuegetEditingTextValue
EmailSettingsStore
getEmailSettings
EmbeddedActivitiesStore
getActivityPanelModegetActivityPopoutWindowLayoutgetConnectedActivityChannelIdgetConnectedActivityLocationgetCurrentEmbeddedActivitygetEmbeddedActivitiesByChannelgetEmbeddedActivitiesForChannelgetEmbeddedActivitiesForChannelIncludingHiddengetEmbeddedActivitiesForGuildgetEmbeddedActivitiesForGuildIncludingHiddengetEmbeddedActivitiesForLocationgetEmbeddedActivitiesForLocationIncludingHiddengetEmbeddedActivityDurationMsgetEmbeddedActivityForUserIdgetFocusedLayoutgetGridOrientationLockStateForAppgetLaunchStategetLaunchStatesgetLayoutModeForAppgetOrientationLockStateForAppgetPipOrientationLockStateForAppgetSelfEmbeddedActivitiesgetSelfEmbeddedActivityForChannelgetSelfEmbeddedActivityForLocationgetShelfActivitiesgetShelfFetchStatusgetStatehasActivityEverBeenLaunched
EmojiStore
getCustomEmojiByIdgetDisambiguatedEmojiContextgetGuildEmojigetGuildsgetHiddenEmojiIdsgetNewlyAddedEmojigetSearchResultsOrdergetStategetTopEmojigetTopEmojisMetadatagetUsableCustomEmojiByIdgetUsableGuildEmojihasFavoriteEmojishasPendingUsagehasUsableEmojiInAnyGuild
EntitlementStore
getgetForApplicationgetForSkugetForSubscriptiongetFractionalPremiumgetGiftablegetUnactivatedFractionalPremiumUnitshasFetchedForApplicationIds
EphemeralMessageStore
getMessages
ExpandedGuildFolderStore
getExpandedFoldersgetState
ExperimentStore
getAllExperimentAssignmentsgetAllExperimentOverrideDescriptorsgetAllUserExperimentDescriptorsgetExperimentOverrideDescriptorgetGuildExperimentBucketgetGuildExperimentDescriptorgetGuildExperimentsgetLoadedGuildExperimentgetLoadedUserExperimentgetRecentExposuresgetRegisteredExperimentsgetSerializedStategetUserExperimentBucketgetUserExperimentDescriptorhasExperimentTrackedExposurehasLoadedExperimentshasRegisteredExperiment
ExternalStreamingStore
getStream
f
getGlobalStatsgetStats
FalsePositiveStore
getChannelFpInfogetFpMessageInfo
FamilyCenterControlledSettingsStore
getConsentsgetControlledSettingsgetSettingshasConsentedhasSettingsForUser
FamilyCenterPendingConnectionStore
getPendingConnectiongetState
FamilyCenterStore
getActionsForDisplayTypegetAgeGroupgetAreLinkedUsersProcessedgetGiftInfogetGuildgetIsInitializedgetLinkCodegetLinkCodeExpiresAtgetLinkedUsersgetLinkTimestampgetMonthlyPurchasesgetPurchaseInfogetRangeStartTimestampgetSelectedTabgetSelectedTeenIdgetSpendingLimitgetStartIdgetTopGuildActivitiesgetTopUserActivitiesgetTotalForDisplayTypegetTotalGiftValuegetTotalSpendAmountgetTotalSpendCurrencygetUserCountry
FavoriteStore
getCategoryRecordgetFavoritegetFavoriteChannelsgetFavoritesCountgetNicknamehasStoredFavorites
ForumActivePostStore
getAndDeleteMostRecentUserCreatedThreadIdgetCanAckThreadsgetCurrentThreadIdsgetFirstNoReplyThreadIdgetNewThreadCountgetThreadIds
ForumChannelAdminOnboardingGuideStore
getStatehasHidden
ForumPostMessagesStore
getMessage
ForumPostUnreadCountStore
getCountgetThreadIdsMissingCounts
ForumSearchStore
getHasSearchResultsgetSearchLoadinggetSearchQuerygetSearchResults
FramesStore
getActivityPanelModegetConnectedFramegetFrameLayoutModegetOrientationLockStateForAppgetPipOrientationLockStateForApp
FrecencyStore
getBonusScoregetFrequentlyWithoutFetchingLatestgetMaxScoregetScoreForDMWithoutFetchingLatestgetScoreWithoutFetchingLatestgetStategetVersionhasPendingUsage
FriendGroupsStore
getGroupgetGroupIdsgetGroupsgetStategetUserGroups
FriendsStore
getState
FriendSuggestionStore
getSuggestiongetSuggestionCountgetSuggestions
FriendsWidgetFriendsStore
getFriendgetRows
FriendsWidgetMessagesStore
getChannelgetRows
g
getBuilderPreviewApplicationIdgetFinishedAtgetMessagesgetProjectUsagegetSidebarWidth
GameAutocompleteStore
getClosestResultsgetGameByIdgetResults
GameConsoleStore
getAwaitingRemoteSessionInfogetDevicegetDevicesForPlatformgetFetchingDevicesgetLastSelectedDeviceByPlatformgetPendingDeviceCommandsgetRemoteSessionIdgetUserAgnosticState
GamePartyStore
getPartiesgetPartygetUserParties
GameProfileStore
getAnnouncementsgetPendingReturngetShopCollectionSkuIdsgetSimilarGameshasAnnouncementsBeenFetchedhasShopCollectionBeenFetched
GameRelationshipStore
getGameFriendCountgetGameFriendsForApplicationgetGameFriendsForUsergetGameRelationshipCountgetGameRelationshipsgetGameRelationshipsByTypegetGameRelationshipsForUsergetGameRelationshipsForUserByTypegetGameRelationshipsVersiongetPendingIncomingCountgetPendingOutgoingCount
GameServerStore
getGlobalCatalogGamegetGlobalCatalogStategetLowestGameCostForGuildgetStategetStateForGuildhasFetchedCataloghasFetchedInstances
GameStore
getBlockReasongetDetectableGamegetGameByApplicationgetGameByExecutablegetOfficialGamegetStatehasAttemptedFetch
GameUpsellStore
getAllGameUpsellDismissalsgetGameUpsellDismissalgetState
GatewayConnectionStore
getSocket
GeoRestrictedGuildStore
getGeoRestrictedGuilds
GIFPickerViewStore
getAnalyticsIDgetQuerygetResultItemsgetResultQuerygetSelectedFormatgetSuggestionsgetTrendingCategoriesgetTrendingSearchTerms
GiftCodeStore
getgetAcceptingCodesgetErrorgetForGifterSKUAndPlangetIsAcceptinggetIsResolvedgetIsResolvinggetResolvedCodesgetResolvingCodesgetUserGiftCodesFetchingForSKUAndPlangetUserGiftCodesLoadedAtForSKUAndPlan
GlobalDiscoveryServersSearchCountStore
getCountsgetIsFetchingCountsgetIsInitialFetchComplete
GlobalDiscoveryServersSearchLayoutStore
getVisibleTabs
GlobalDiscoveryServersSearchResultsStore
getErrorgetErrorMessagegetGuildgetGuildIdsgetIsFetchinggetIsInitialFetchCompletegetLastFetchTimestampgetOffsetgetTotal
GuildAffinitiesStore
getGuildAffinitygetStatehasRequestResolved
GuildAutomodMessageStore
getLastIncidentAlertMessagegetMentionRaidDetectedgetMessagegetMessagesVersiongetState
GuildBoostSlotStore
getGuildBoostSlothasFetched
GuildCategoryStore
getCategories
GuildChannelStore
getAllGuildsgetChannelsgetDefaultChannelgetDirectoryChannelIdsgetFirstChannelgetFirstChannelOfTypegetSelectableChannelIdsgetSelectableChannelsgetSFWDefaultChannelgetTextChannelNameDisambiguationsgetVocalChannelIdshasCategorieshasChannelshasElevatedPermissionshasSelectableChannel
GuildDirectorySearchStore
getSearchResultsgetSearchState
GuildDirectoryStore
getAdminGuildEntryIdsgetCurrentCategoryIdgetDirectoryAllEntriesCountgetDirectoryCategoryCountsgetDirectoryEntriesgetDirectoryEntry
GuildIncidentsStore
getGuildAlertSettingsgetGuildIncidentgetIncidentsByGuild
GuildJoinRequestStoreV2
getRequestgetRequestsgetRequestsForUsergetSelectedApplicationTabgetSelectedGuildJoinRequestgetSelectedSortOrdergetSubmittedGuildJoinRequestTotalhasFetched
GuildMemberCountStore
getMemberCountgetMemberCountsgetOnlineCount
GuildMemberRequesterStore
getDebugState
GuildMemberStore
getCachedSelfMembergetCommunicationDisabledUserMapgetCommunicationDisabledVersiongetMembergetMemberIdsgetMemberRoleWithPendingUpdatesgetMembersgetMemberVersiongetMutableAllGuildsAndMembersgetNickgetNicknameGuildsMappinggetNicknamesgetPendingRoleUpdatesgetSelfMembergetSelfMemberJoinedAtgetTrueMember
GuildOfficialMessagesStore
getMessagegetMessagesgetStatehasMore
GuildOnboardingHomeSettingsStore
getActionForChannelgetEnabledgetIsLoadinggetNewMemberActiongetNewMemberActionsgetResourceChannelsgetResourceForChannelgetSettingsgetWelcomeMessagehasMemberActionhasSettings
GuildOnboardingMemberActionStore
getCompletedActionsgetStatehasCompletedActionForChannel
GuildOnboardingPromptsStore
getConnectionsgetDefaultChannelIdsgetEnabledgetEnabledOnboardingPromptsgetOnboardingConnectionsgetOnboardingPromptgetOnboardingPromptsgetOnboardingPromptsForOnboardinggetOnboardingResponsesgetOnboardingResponsesForPromptgetPendingResponseOptionsgetSelectedOptions
GuildOnboardingStore
getCurrentOnboardingStepgetOnboardingStatus
GuildPowerupsStore
getStategetStateForGuildhasFetchedPowerupCataloghasFetchedUnlockedPowerups
GuildProductsStore
getGuildProductgetGuildProductFetchStategetGuildProductsForGuildgetGuildProductsForGuildFetchState
GuildProfileStore
getErrorCodegetFetchStatusgetIsUpdatinggetLastSyncTimestampgetNextFetchAllowedAtgetProfile
GuildReadStateStore
getGuildChangeSentinelgetGuildHasUnreadIgnoreMutedgetHighImportanceMentionCountForChannelgetIsMentionLowImportancegetMentionCountgetMentionCountForPrivateChannelgetMutableGuildStatesgetMutableUnreadGuildsgetPrivateChannelMentionCountgetStoreChangeSentinelgetTotalMentionCountgetTotalNotificationsMentionCounthasAnyUnreadhasUnread
GuildRoleConnectionsConfigurationStore
getGuildRoleConnectionsConfiguration
GuildRoleMemberCountStore
getRoleMemberCount
GuildRoleStore
getEveryoneRolegetManyRolesgetNumRolesgetRolegetUnsafeMutableRoles
GuildRoleSubscriptionsStore
getApplicationIdForGuildgetBenefitChannelgetDidFetchListingForSubscriptionPlanIdgetMonetizationRestrictionsgetMonetizationRestrictionsFetchStategetSubscriptionGroupListinggetSubscriptionGroupListingForSubscriptionListinggetSubscriptionGroupListingsForGuildgetSubscriptionGroupListingsForGuildFetchStategetSubscriptionListinggetSubscriptionListingForPlangetSubscriptionListingsForGuildgetSubscriptionSettingsgetSubscriptionTrial
GuildRoleSubscriptionTierTemplatesStore
getChannelgetTemplatesgetTemplateWithCategory
GuildScheduledEventStore
getActiveEventByChannelgetGuildEventCountByIndexgetGuildScheduledEventgetGuildScheduledEventsByIndexgetGuildScheduledEventsForGuildgetRsvpgetRsvpVersiongetUserCountgetUsersForGuildEventhasUserCount
GuildSettingsGuildThemeStore
hasChanges
GuildSettingsStore
getBansgetErrorgetErrorsgetGuildgetGuildIdgetGuildProfilegetMetadatagetPendingOriginalMd5sgetProfileErrorgetPropsgetSavedRouteStategetSectiongetSelectedRoleIdgetSluggetWidgethasChanges
GuildStickersStore
getStickerById
GuildStore
getGuildCount
GuildSubscriptionsStore
getSubscribedThreadIds
GuildTemplateStore
getDisplayedGuildTemplateCodegetForGuildgetGuildTemplategetGuildTemplates
GuildThemePreviewStore
hasChanges
GuildThemeRuntimeStore
getGuildThemeSnapshot
GuildVerificationStore
getCheck
HavenStore
getRoomgetSongs
HookErrorStore
getHookError
HotspotStore
getHotspotOverridegetStatehasHiddenHotspothasHotspot
ICYMIStore
getCurrentStatusAttachmentsgetCustomChannelScoregetCustomGuildScoregetCustomGuildScoresgetDehydratedItemgetDehydratedItemsgetDiscoverableGuildsgetHydratedItemgetHydratedItemsgetIndexInHydratedFeedgetIsTabFocusedgetLoadIdgetMessagegetMissingItemsgetNewDehydratedItemsgetNewUnreadDehydratedItemsgetNextIndexToHydrategetReadDisplayItemsgetStategetUnreadDisplayItemsgetVersionhasNewContenthasOpenedhasOpenedEnoughTimes
ICYMIUnreadStateStore
getReadTimestampgetStategetUserAgnosticState
IdleStore
getIdleSincegetSystemLockedgetSystemSuspended
ImpersonateStore
getBackNavigationSectiongetDatagetImpersonateTypegetMemberOptionsgetOnboardingResponsesgetViewingChannelsgetViewingRolesgetViewingRolesTimestamphasViewingRoles
IncomingCallStore
getFirstIncomingCallIdgetIncomingCallChannelIdsgetIncomingCallshasIncomingCalls
InstallationManagerStore
getInstallationPathgetLabelFromPathgetStatehasGamesInstalledInPath
InstantInviteStore
getFriendInvitegetFriendInvitesFetchinggetInvitegetReceivedInstallationIdForInviteCode
InteractionModalStore
getModalState
InteractionStore
getIFrameModalApplicationIdgetIFrameModalKeygetInteractiongetInteractionDebugContextgetMessageInteractionStates
InviteModalStore
getInviteKeygetProps
InviteStore
getFriendMemberIdsgetInvitegetInviteErrorgetInviteKeyForGuildIdgetInvites
JoinedThreadsStore
getInitialOverlayStategetMuteConfiggetMutedThreadshasJoined
KeybindsStore
getKeybindForActiongetOverlayChatKeybindgetOverlayKeybindgetUserAgnosticStatehasExactKeybindhasKeybind
l
getBasicChannelgetGuildBasicChannelshasChannelhasGuild
LayerStore
getLayershasLayers
LayoutStore
getAllUnpinnedPinnedWidgetsgetAllWidgetsgetDefaultLayoutgetLayoutgetLayoutsgetRegisteredWidgetsgetStategetWidgetgetWidgetConfiggetWidgetDefaultSettingsgetWidgetsByTypegetWidgetsByTypeAndLayoutgetWidgetsForLayoutgetWidgetType
LibraryApplicationStatisticsStore
getCurrentUserStatisticsForApplicationgetGameDurationgetLastPlayedDateTimegetQuickSwitcherScoreForApplicationhasApplicationStatistic
LibraryApplicationStore
getActiveLaunchOptionIdgetActiveLibraryApplicationgetAllLibraryApplicationsgetLibraryApplicationhasApplicationhasLibraryApplicationhasRemovedLibraryApplicationThisSession
LocalActivityStore
getActivitiesgetActivityForPIDgetApplicationActivitiesgetApplicationActivitygetCustomStatusActivitygetPrimaryActivity
LocalInteractionComponentStateStore
getInteractionComponentStategetInteractionComponentStatesgetInteractionComponentStateVersion
LocationMetadataStore
getCountryCode
LoginRequiredActionStore
getState
LurkingStore
getLoadIdgetLurkingPreviewExpirationsgetLurkingPreviewExpirygetLurkingSourceForGuild
MaintenanceStore
getIncidentgetScheduledMaintenance
MediaEngineStatsStore
getAccumulatedPerformanceStatsgetConnectionStatsgetLastConnectionStatsgetStatsHistory
MediaEngineStore
getActiveInputProfilegetAecDumpgetAttenuateWhileSpeakingOthersgetAttenuateWhileSpeakingSelfgetAttenuationgetAudioMixerSettingsgetAudioSubsystemgetAutomaticGainControlgetBypassSystemInputProcessinggetCameraComponentgetDebugLogginggetEchoCancellationgetEnableSilenceWarninggetExperimentalSoundsharegetGoLiveContextgetGoLiveSourcegetGpuBrandgetH265EnabledgetHardwareEncodinggetInputDetectedgetInputDetectedThisConnectiongetInputDeviceIdgetInputDeviceOSMutedgetInputDeviceOSVolumegetInputDevicesgetInputVolumegetKrispEnableStatsgetKrispModelOverridegetKrispModelsgetKrispSuppressionLevelgetKrispVadActivationThresholdgetLastAudioInputDeviceChangeTimestampgetLastInputDetectedUpdateTimegetLocalPangetLocalVolumegetLoopbackgetLoopbackReasonsgetMediaEnginegetMLSSigningKeygetModegetModeOptionsgetNoInputDetectedNoticegetNoiseCancellationgetNoiseSuppressiongetOpenH264EnabledgetOutputDeviceIdgetOutputDevicesgetOutputVolumegetPacketDelaygetQoSgetSettingsgetShortcutsgetSidechainCompressiongetSidechainCompressionStrengthgetSpeakingWhileMutedgetStategetSupportedSecureFramesProtocolVersiongetSystemMicrophoneModegetUseGamescopeCapturegetUseSystemScreensharePickergetUseVaapiEncodergetVideoComponentgetVideoDeviceIdgetVideoDevicesgetVideoEncoderExperimentsgetVideoHookgetVideoStreamParametersgetVideoToggleStatehasActiveCallKitCallhasClipsSourcehasContexthasH265HardwareDecodehasVideoDevice
MediaPlaybackStore
getPlaybackPositiongetPlaybackRategetUserAgnosticState
MediaPostEmbedStore
getEmbedFetchStategetMediaPostEmbedgetMediaPostEmbeds
MemberSafetyStore
getCurrentMemberSearchResultsByGuildIdgetElasticSearchPaginationByGuildIdgetEnhancedMembergetEstimatedMemberSearchCountByGuildIdgetKnownMemberSearchCountByGuildIdgetLastCursorTimestampgetLastRefreshTimestampgetMembersByGuildIdgetMembersCountByGuildIdgetNewMemberTimestampgetPagedMembersByGuildIdgetPaginationStateByGuildIdgetSearchStateByGuildIdhasDefaultSearchStateByGuildId
MessageReactionsStore
getReactions
MessageRequestPreviewStore
getMessageRequestPreview
MessageRequestStore
getMessageRequestChannelIdsgetMessageRequestsCount
MessageStore
getLastChatCommandMessagegetLastEditableMessagegetLastMessagegetLastNonCurrentUserMessagegetMessagegetMessageshasCurrentUserSentMessagehasCurrentUserSentMessageSinceAppStarthasCurrentUserSentWaveBlockingMessagehasPresent
MFAStore
getBackupCodesgetNoncesgetVerificationKeyhasSeenBackupPrompt
MultiAccountStore
getCanUseMultiAccountMobilegetHasLoggedInAccountsgetIsValidatingUsersgetStategetUsersgetValidUsers
MultiAccountSwitchStore
getIsSwitchingAccountgetSwitchResult
MyGuildApplicationsStore
getFetchStategetGuildIdsForApplicationgetLastFetchTimeMsgetNextFetchRetryTimeMsgetState
N
getMediaSessionIdgetNotesgetPendingNotegetPendingPositiongetRoomgetRoomObjectsgetRoomUsers
NativeScreenSharePickerStore
getLastPickedContentgetLastPickedContentPIDgetLastPickedContentTitlegetPickerStategetStreamStartOptions
NetworkStore
getEffectiveConnectionSpeedgetServiceProvidergetType
NewChannelsStore
getNewChannelIds
NewGameStore
getCoverImageUrlgetGamehasNoData
NewPaymentSourceStore
getBillingAddressInfogetCreditCardInfo
NewUserStore
getStategetType
NonGameStore
getByIdgetStatehasAttemptedFetch
NoteStore
getNote
NoticeStore
getNoticehasNotice
NotificationCenterItemsStore
getStatehasMore
NotificationSettingsStore
getDesktopTypegetDisableAllSoundsgetDisabledSoundsgetDisableUnreadBadgegetNotifyMessagesInSelectedChannelgetTTSTypegetUserAgnosticState
NotificationsInboxStore
getChannelInfoMapgetDevOverridesgetInboxMessagesgetNotifyingChannelIdshasLoadedEverhasMoreToLoadhasPreloaded
NowPlayingStore
getNowPlayinggetUserGame
Overlay-v3-Native-Debug-Module-Store
getDebuggingStategetOverlayLoggingBreadcrumbsgetRenderDebugModeshasRenderDebugMode
Overlay-v3-Native-GPU-Boost-Store
getGPUBoostRequestsgetIsDisabledGPUBoost
Overlay-v3-Native-Module-Store
getNativeModule
Overlay-V3-Store
getFocusedPIDgetFocusedRunningGamegetFocusedWindowHandlegetIsOverlayPreShowngetKnownWindowHandlesForPIDgetOverlayMethodgetOverlayStategetPopoutInitializationStagesgetTargetPIDgetWidgetByType
Overlay-v3-Text-Chat-Store
getSelectedChannelIdgetSessionEntriesgetVoiceChatMinimized
OverlayActiveNowStore
getActiveNowChannelByChannelIdgetActiveNowChannelIdsgetActiveNowChannelsgetScoreBreakdownForChannelIdgetScoreForChannelIdhasActiveNowChannelId
OverlayBridgeStore
getAnyGlobalEnabledOverlaygetFocusedPIDgetOverlayPIDStatuses
OverlayFriendsWidgetFavoritesStore
getFavoriteTargetIdsForTabgetState
OverlayRenderStore
getAnyGlobalEnabledOverlaygetClosedTrackedGamesHistorygetDevToolsFocusedPidsWithTimestampgetForcedRenderModegetGameOverlayStatusgetGlobalEnabledStatusgetHasLoadedExperimentsgetMostRecentOverlayRenderMethodgetOverlayMethodgetOverlayRenderingTrackedGamesgetPerGameEnabledStatusgetRenderMethodgetTrackedGameByPidgetTrackedGameshasChangedRenderMode
OverlayRTCConnectionStore
getAveragePinggetConnectionStategetHostnamegetLastPinggetOutboundLossRategetPingsgetQuality
OverlayRunningGameStore
getGamegetGameForPID
OverlaySettingsStore
getDisabledNotificationsgetDisabledSettingByNotificationTypegetInitialOverlayStategetState
OverlayStore
getActiveRegionsgetAvatarSizeModegetDisableExternalLinkAlertgetDisplayNameModegetDisplayUserModegetFocusedPIDgetNotificationPositionModegetSelectedCallIdgetSelectedChannelIdgetSelectedGuildIdgetStategetTextWidgetOpacitygetTrackedGame
OverridePremiumTypeStore
getCreatedAtOverridegetPremiumTypeActualgetPremiumTypeOverridegetState
ParentalConsentStore
getShouldShowGuardianConnectgetState
ParentalConsentWarningStore
getStategetWarninghasShownModalToday
PaymentSourceStore
getDefaultBillingCountryCodegetPaymentSourcehasFetchedPaymentSources
PendingReplyStore
getPendingReplygetPendingReplyActionSourcegetState
PermissionStore
getChannelPermissionsgetChannelsVersiongetGuildPermissionPropsgetGuildPermissionsgetGuildVersiongetHighestRole
PhoneStore
getCountryCodegetUserAgnosticState
PictureInPictureStore
getDockedRectgetState
PoggermodeAchievementStore
getAllUnlockedAchievementsgetStategetUnlocked
PoggermodeSettingsStore
getUserAgnosticState
PoggermodeStore
getComboScoregetMessageCombogetMostRecentMessageCombogetUserCombogetUserComboShakeIntensity
PopoutWindowStore
getIsAlwaysOnTopgetStategetWindowgetWindowFocusedgetWindowKeysgetWindowOpengetWindowStategetWindowVisible
PremiumGiftingIntentStore
getDevToolCurrentDategetDevToolTotalFriendAnniversariesgetFriendAnniversariesgetFriendAnniversaryYearsgetHighAffinityFriendAnniversariesgetHighestAffinityFriendAnniversariesgetLastKnownGiftIntentDismissedAtMsgetMessageGiftIntentLastShownMapgetState
PremiumGroupInviteStore
getInvitegetInviteByUserIdgetInviteStatehasFetchedAllInvites
PremiumGroupPersistedStore
getLastDismissedAnnouncementModalAtgetState
PremiumGroupStore
getMembersgetMembershipgetNumAvailableInvitesgetNumTotalSeatsgetNumUsedSeatshasFetchedMembershasFetchedMembership
PremiumPaymentModalStore
getGiftCode
PresenceStore
getActivitiesgetActivityMetadatagetAllApplicationActivitiesgetApplicationActivitygetClientStatusgetHiddenActivitiesgetPrimaryActivitygetStategetStatusgetUnfilteredActivitiesgetUserIds
PrivateChannelReadStateStore
getUnreadPrivateChannelIds
PrivateChannelRecipientsInviteStore
getQuerygetResultsgetSelectedUsersgetStatehasFriends
PrivateChannelSortStore
getPrivateChannelIdsgetSortedChannels
ProgramRewardsStore
getRewardForProgramgetStategetStatusgetTotalDaysInDurationhasCachedValue
PromotionsStore
getActiveBogoRewardPromotiongetGiftPromotiongetGiftPromotionRewardSkuIdsgetMarketingComponentByTypegetMarketingMomentPromotiongetMarketingMomentRewardSkuIdsgetPromotionByTypeAndIdgetPromotionByTypeAndKeygetPromotionsByPartnergetStatehasFetchedConsumedInboundPromotionIdhasPromotion
PurchasedItemsFestivityStore
getState
QualtricsStore
getSurvey
QuestStore
getExpiredQuestsMapgetFetchQuestPreviewErrorgetLastFetchedQuestHomeHerogetOptimisticProgressgetQuestgetQuestConfiggetQuestHomeHerogetQuestLoadedViaPreviewgetQuestPreviewOverridegetRewardCodegetRewardsgetStreamHeartbeatFailure
QuickSwitcherStore
getChannelHistorygetFrequentGuildsgetFrequentGuildsLengthgetLastShowTimestampgetPropsgetResultTotalsgetState
RawGuildEmojiStore
getGuildEmojis
ReadStateStore
getAllReadStatesgetChannelIdsForWindowIdgetForDebugginggetGuildChannelUnreadStategetGuildUnreadsSentinelgetIsMentionLowImportancegetMentionChannelIdsgetMentionCountgetNonChannelAckIdgetNotifCenterReadStategetOldestUnreadMessageIdgetOldestUnreadTimestampgetReadStatesByChannelgetSnapshotgetTrackedAckMessageIdgetUnreadCounthasOpenedThreadhasRecentlyVisitedAndReadhasTrackedUnreadhasUnreadhasUnreadOrMentionshasUnreadPins
RecentMentionsStore
getMentionCountForChannelgetMentionsgetSettingsFilteredMentionshasLoadedEverhasMentionhasMore
RecentVoiceChannelStore
getStategetTextChannelHistorygetVoiceChannelHistory
ReferencedMessageStore
getMessagegetMessageByReferencegetReplyIdsForChannel
ReferralTrialStore
getAllRelevantReferralTrialOffersgetEligibleUsersgetFetchingEligibleUsersgetHasEligibleFriendsgetIsEligibleToSendReferralsgetNextIndexOfEligibleUsersgetRecipientStatusgetReferralsRemaininggetRefreshAtgetRelevantUserTrialOffergetReminderStateIdgetSentUserIds
RegionalFeatureConfigStore
getRegionalFeatureConfiggetUserCountryCodehasAgeGatedFeatureshasTeenDefaults
RelationshipStore
getBlockedIDsgetBlockedOrIgnoredIDsgetFriendCountgetFriendIDsgetIgnoredIDsgetMutableRelationshipsgetNicknamegetNotegetOriginApplicationIdgetOutgoingCountgetPendingCountgetPendingIgnoredCountgetRelationshipCountgetRelationshipTypegetSincegetSincesgetSpamCountgetVersion
ReportToModStore
getReportedMessagesgetStatehasReportedMessage
RTCConnectionDesyncStore
getDesyncedParticipantsgetDesyncedUserIdsgetDesyncedVoiceStates
RTCConnectionStore
getAveragePinggetChannelIdgetDurationgetGuildIdgetHostnamegetJoinVoiceIdgetLastNonZeroRemoteVideoSinkWantsTimegetLastPinggetLastRTCConnectionStategetLastSessionVoiceChannelIdgetMediaSessionIdgetOutboundLossRategetPacketStatsgetPingsgetQualitygetRemoteDisconnectVoiceChannelIdgetRTCConnectiongetRTCConnectionIdgetSecureFramesRosterMapEntrygetSecureFramesStategetStategetUserIdsgetUserVoiceSettingsStatsgetVoiceStateStatsgetWasEverMultiParticipantgetWasEverRtcConnectedgetWasMoved
RTCDebugStore
getAllStatsgetInboundStatsgetOutboundStatsgetSectiongetSimulcastDebugOverridegetVideoStreams
RTCRegionStore
getPreferredRegiongetPreferredRegionsgetRegiongetUserAgnosticState
RunningGameStore
getCandidateGamesgetCurrentGameForAnalyticsgetCurrentNonGameForAnalyticsgetDebugRunningGamegetDetectionDebuggetGameForNamegetGameForPIDgetGameOrTransformedSubgameForPIDgetGameOverlayStatusgetGamesSeengetLauncherForPIDgetObservedAppNameForWindowgetOverlayEnabledForGamegetOverlayOptionsForPIDgetOverrideForGamegetOverridesgetRunningDiscordApplicationIdsgetRunningGamesgetRunningNonGamesgetRunningVerifiedApplicationIdsgetSeenGameByNamegetSystemServiceStatusgetVisibleGamegetVisibleRunningGames
SaveableChannelsStore
getSaveableChannels
SavedMessagesStore
getIsStalegetLastChangedgetMessageBookmarksgetMessageRemindersgetMostRecentOverdueDueAtgetOverdueMessageReminderCountgetSavedMessagegetSavedMessageCountgetSavedMessageshasOverdueReminder
scheduledMessageStore
getMessagesPendingDeletiongetPendingScheduledMessagegetScheduledMessagesForInbox
SearchAutocompleteStore
getSelectedSearchContextgetState
SearchMessageStore
getAnalyticsIdgetCursorgetDocumentsIndexedgetErrorgetIsFetchinggetIsHistoricalIndexinggetIsIndexinggetIsInitialFetchCompletegetMessagegetMessagesgetTotalCounthasSearchState
SearchQueryStore
getIsSearchTokensInitializedgetQueryTextgetSearchModegetSearchResultsOffsetgetSearchResultsQuerygetSearchResultsQueryStringgetSearchStateIds
SearchRecentMessageStore
getRecentMessageAuthorIds
SecureFramesPersistedStore
getPersistentCodesEnabledgetStategetUploadedKeyVersionsCached
SelectedChannelStore
getChannelIdgetCurrentlySelectedChannelIdgetLastChannelFollowingDestinationgetLastSelectedChannelIdgetLastSelectedChannelsgetMostRecentSelectedTextChannelIdgetVoiceChannelId
SelectedGuildStore
getGuildIdgetLastSelectedGuildIdgetLastSelectedTimestampgetState
SelectivelySyncedUserSettingsStore
getAppearanceSettingsgetStategetTextSettings
SelfPresenceStore
getActivitiesgetApplicationActivitygetHiddenActivitiesgetLocalPresencegetPrimaryActivitygetStatusgetUnfilteredActivities
SendMessageOptionsStore
getOptions
SessionsStore
getActiveSessiongetHiddenActivitiesgetRemoteActivitiesgetRemoteApplicationActivitygetSessiongetSessionByIdgetSessions
SKUPricesStore
getFetchStateForApplicationIdgetFetchStateForSkuIdgetPricesForSkuIdgetRewardsForSkuId
SKUStore
getgetFetchingSkuIdsgetForApplicationgetParentSKUgetSKUs
SlowmodeStore
getSlowmodeCooldownGuess
SocialLayerStorefrontStore
getAnnouncementgetAnnouncementModalContentConfiggetApplicationIdFromDetectableIdgetApplicationIdFromGuildIdgetConfiggetConfigFetchStategetConfigForApplicationIdgetDetectableIdsToApplicationIdsgetGuildIdFromApplicationIdgetNormalizedSKUEligibilitygetPreviewStorefrontIdgetSkuAssetsgetSKUEligibilitygetSKUEligibilityEntrygetStorefrontApplicationIdsgetStorefrontByIdgetStorefrontDatagetStorefrontDataForApplicationIdgetStorefrontEntriesgetStorefrontFetchStategetStorefrontGuildIdsgetStorefrontMetadatagetStorefrontState
SortedGuildStore
getCompatibleGuildFoldersgetFastListGuildFoldersgetFlattenedGuildFolderListgetFlattenedGuildIdsgetGuildFolderByIdgetGuildFoldersgetGuildsTree
SortedVoiceStateStore
getAllVoiceStatesgetVoiceStatesgetVoiceStatesForChannelgetVoiceStatesForChannelAltgetVoiceStateVersion
SoundboardStore
getFavoritesgetFrequentlyUsedSoundIdsgetOverlaySerializedStategetSoundgetSoundByIdgetSoundsgetSoundsForGuildhasFetchedAllSoundshasFetchedDefaultSoundshasHadOtherUserPlaySoundInSessionhasPendingUsage
SoundpackStore
getLastSoundpackExperimentIdgetSoundpackgetState
SpamMessageRequestStore
getSpamChannelIdsgetSpamChannelsCount
SpeakingStore
getSpeakersgetSpeakingDurationgetVoiceVolume
SpellcheckStore
hasLearnedWord
SpotifyStore
getActiveSocketAndDevicegetActivitygetLastPlayedTrackIdgetPlayableComputerDevicesgetPlayerStategetSyncingWithgetTrackhasConnectedAccount
StageChannelParticipantStore
getChannelsgetChannelsVersiongetMutableParticipantsgetMutableRequestToSpeakParticipantsgetParticipantgetParticipantCountgetParticipantsVersiongetRequestToSpeakParticipantsVersion
StageChannelRoleStore
getPermissionsForUser
StageChannelSelfRichPresenceStore
getActivity
StageInstanceStore
getAllStageInstancesgetStageInstanceByChannelgetStageInstancesByGuild
StageMusicStore
getUserAgnosticState
StickerMessagePreviewStore
getStickerPreview
StickersPackStore
getStickerByIdgetStickerPackhasLoadedStickerPacks
StickersPersistedStore
getStatehasPendingUsage
StickersStore
getAllGuildStickersgetAllPackStickersgetPremiumPacksgetRawStickersByGuildgetStickerByIdgetStickerMetadataArraysgetStickerPackgetStickersByGuildIdhasLoadedStickerPacks
StorefrontProductStore
getFetchedAtgetFetchedAtForSkugetFetchErrorgetFetchErrorForSkugetFetchStategetFetchStateForSkugetProductgetProductsForSku
StorefrontPromotionOverrideStore
getPromotionIdOverride
StorefrontPromotionStore
getFetchedAtgetFetchStategetPromotionsForApplication
StoreListingStore
getgetForChannelgetForSKUgetStoreListinggetUnpublishedForSKU
StreamerModeStore
getSettingsgetState
StreamingCapabilitiesStore
getState
StreamRTCConnectionStore
getAllActiveStreamKeysgetHostnamegetLastNonZeroRemoteVideoSinkWantsTimegetMaxViewersgetMediaSessionIdgetQualitygetRegiongetRTCConnectiongetRtcConnectionIdgetRTCConnectionsgetSecureFramesRosterMapEntrygetSecureFramesStategetStreamSourceIdgetUserIdsgetVideoStats
SubscriptionPlanStore
getgetFetchedSKUIDsgetForSKUgetForSkuAndIntervalgetPaymentSourceIdsgetPaymentSourcesForPlanIdgetPlanIdsForSkushasPaymentSourceForSKUIdhasPaymentSourceForSKUIds
SubscriptionRoleStore
getGuildIdsWithPurchasableRolesgetPurchasableSubscriptionRolesgetSubscriptionRolesgetUserIsAdmingetUserSubscriptionRoles
SubscriptionStore
getActiveApplicationSubscriptionsgetActiveGuildSubscriptionsgetIsFetchingMostRecentSubscriptiongetIsFetchingSubscriptionRewardEligibilitygetIsSubscriptionEligibleForRewardgetLastLazyPerkSyncgetMostRecentPremiumTypeSubscriptiongetPremiumGroupSubscriptiongetPremiumSubscriptiongetPremiumTypeSubscriptiongetPreviousPremiumTypeSubscriptiongetSubscriptionByIdgetSubscriptionForPlanIdsgetSubscriptionshasFetchedMostRecentPremiumTypeSubscriptionhasFetchedPreviousPremiumTypeSubscriptionhasFetchedSubscriptions
SurveyStore
getCurrentSurveygetLastSeenTimestampgetStategetSurveyOverride
TestModeStore
getStategetTestModeApplicationId
ThemeStore
getStategetSyncedClientTheme
ThreadMemberListStore
getMemberListSectionsgetMemberListVersion
ThreadMembersStore
getInitialOverlayStategetMemberCountgetMemberIdsPreview
ThreadMessageStore
getChannelThreadsVersiongetCountgetInitialOverlayStategetMostRecentMessage
ThreadsAlsoSendToChannelStore
getAlsoSendToChannel
TopEmojiStore
getIsFetchinggetStategetTopEmojiIdsByGuildId
TransientKeyStore
getUsers
TTSStore
getUserAgnosticState
TutorialIndicatorStore
getDatagetDefinitiongetIndicators
TypingStore
getTypingUsersgetTypingUsersByGuild
U
getState
UnenrolledActivityQuestStore
getDismissedQuestIdsgetState
UnreadSettingNoticeStore2
getLastActionTimegetState
UnsyncedUserSettingsStore
getUserAgnosticState
UpcomingEventNoticesStore
getAllEventDismissalsgetAllUpcomingNoticeSeenTimesgetGuildEventNoticeDismissalTimegetStategetUpcomingNoticeSeenTime
UploadAttachmentStore
getFirstUploadgetUploadgetUploadCountgetUploadshasAdditionalUploads
UploadStore
getFilesgetMessageForFilegetUploadAttachmentsgetUploaderFileForMessageId
UserAffinitiesV2Store
getStategetUserAffinitiesgetUserAffinitiesMapgetUserAffinity
UserGuildJoinRequestStore
getJoinRequestGuildgetRequesthasFetchedRequestToJoinGuildshasJoinRequestCoackmark
UserGuildSettingsStore
getAllSettingsgetChannelFlagsgetChannelIdFlagsgetChannelMessageNotificationsgetChannelMuteConfiggetChannelOverridesgetChannelRecordUnreadSettinggetChannelUnreadSettinggetGuildFavoritesgetGuildFlagsgetGuildUnreadSettinggetMessageNotificationsgetMuteConfiggetMutedChannelsgetNewForumThreadsCreatedgetNotifyHighlightsgetOptedInChannelsgetOptedInChannelsWithPendingUpdatesgetPendingChannelUpdatesgetState
UserOfferStore
getAcknowledgedOffersgetAlmostExpiringDiscountOffersForRemindergetAlmostExpiringTrialOffersForRemindergetAnyOfUserTrialOfferIdgetReferrergetStategetUnacknowledgedDiscountOffersgetUnacknowledgedOffersgetUserDiscountOffergetUserTrialOfferhasAnyUnexpiredDiscountOfferhasAnyUnexpiredOfferhasFetchedOffer
UserProfileSettingsStore
getErrorsgetFormStategetPendingChangesgetTryItOutChangeshasTryItOutChangeshasUnsavedChanges
UserProfileStore
getFirstWishlistIdgetGuildMemberProfilegetMutualFriendsgetMutualFriendsCountgetMutualGuildsgetUserProfilegetWidgetsgetWishlistIdsgetWishlistSettings
UserRequiredActionStore
getActionhasAction
UserSettingsOverridesStore
getAppliedOverrideReasonKeygetOverridegetState
UserSettingsProtoStore
getDefaultGuildThemePreferencegetDismissedGuildContentgetFullStategetGuildDismissedContentStategetGuildFoldersgetGuildRecentsDismissedAtgetGuildsProtogetGuildThemeSourcePreferenceOverridegetStatehasLoaded
UserStore
getCurrentUsergetUsergetUsersgetUserStoreVersion
VerifiedKeyStore
getKeyTrustedAtgetStategetUserIdsgetUserVerifiedKeys
VideoBackgroundStore
hasBeenAppliedhasUsedBackgroundInCall
VideoSpeakerStore
getSpeaker
VideoStreamStore
getStreamIdgetTimedoutVideogetTimedoutVideosgetUserStreamData
VirtualCurrencyStore
getCurrentBalance
VoiceChannelAnimationStateStore
getAnimationStylegetUserCount
VoiceChannelStartTimeStore
getStartTimehasRequestedStartTimes
VoiceDareTrackingStore
getActiveDareForUserIdgetProgressForDareIdgetProgressForUserIdgetTrackingEntryForUserIdhasVoiceDareForUserId
VoiceInvitesuggestionsStore
getIsPopoverDismissedgetShouldShowPopover
VoiceStateStore
getAllVoiceStatesgetCurrentClientVoiceChannelIdgetDiscoverableVoiceStategetDiscoverableVoiceStateForUsergetUsersWithVideogetUserVoiceChannelIdgetVideoVoiceStatesForChannelgetVoicePlatformForChannelgetVoiceStategetVoiceStateForChannelgetVoiceStateForSessiongetVoiceStateForUsergetVoiceStatesgetVoiceStatesForChannelgetVoiceStateVersionhasVideo
WalletBalanceStore
getBalancegetIsFetching
WebAuthnStore
getCredentialshasCredentialshasFetchedCredentialshasPendingRegisterTrigger
WebhooksStore
getWebhooksForChannelgetWebhooksForGuild
WelcomeScreenStore
gethasErrorhasSeen
WindowStore
getFocusedWindowIdgetLastFocusedWindowId
WowMomentConfirmationStore
getState