From d7af23197754cdf2b7bfec89abae47ee6e98e47a Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 17 Jun 2025 04:10:01 +0000 Subject: [PATCH] Social SDK Linking: Select First Option This updates two things: 1. To the latest link mappings file for the Social SDK 2. Implements a change in the link map generator such that the first matching signature is selected as the link rather than the last. This means that when methods are overloaded, the user is directed to the top of list (the first), rather than the bottom (the last). --- docs/discord-social-sdk/core-concepts.mdx | 2 +- .../creating-a-unified-friends-list.mdx | 2 +- .../integrating-moderation.mdx | 2 +- .../managing-game-invites.mdx | 2 +- .../development-guides/managing-lobbies.mdx | 4 +- .../managing-relationships.mdx | 2 +- .../sending-direct-messages.mdx | 4 +- .../setting-rich-presence.mdx | 2 +- .../getting-started/using-c++.mdx | 2 +- .../getting-started/using-unity.mdx | 2 +- .../getting-started/using-unreal-engine.mdx | 2 +- docs/resources/lobby.mdx | 2 +- package-lock.json | 1 + tools/doxygen/generate-social-sdk-mapping.js | 5 +- tools/doxygen/social-sdk-mappings.json | 136 ++++++++++-------- 15 files changed, 96 insertions(+), 74 deletions(-) diff --git a/docs/discord-social-sdk/core-concepts.mdx b/docs/discord-social-sdk/core-concepts.mdx index 020ab8840b..25d89559a4 100644 --- a/docs/discord-social-sdk/core-concepts.mdx +++ b/docs/discord-social-sdk/core-concepts.mdx @@ -270,7 +270,7 @@ Learn more about [Using the Discord HTTP API](/docs/discord-social-sdk/developme | March 17, 2025 | initial release | {/* Autogenerated Reference Links */} -[`Client`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a302dda8b19408696fa186e739c5c24c8 +[`Client`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a91716140c699d8ef0bdf6bfd7ee0ae13 [`Client::Authorize`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ace94a58e27545a933d79db32b387a468 [`Client::GetDefaultCommunicationScopes`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a71499da752fbdc2d4326ae0fd36c0dd1 [`Client::GetDefaultPresenceScopes`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a7648bd1d2f7d9a86ebd0edb8bef12b5c diff --git a/docs/discord-social-sdk/development-guides/creating-a-unified-friends-list.mdx b/docs/discord-social-sdk/development-guides/creating-a-unified-friends-list.mdx index 033cbf42ad..3f6435e58d 100644 --- a/docs/discord-social-sdk/development-guides/creating-a-unified-friends-list.mdx +++ b/docs/discord-social-sdk/development-guides/creating-a-unified-friends-list.mdx @@ -310,4 +310,4 @@ Now that you have a unified friends list, you can build on your social features {/* Autogenerated Reference Links */} [`Client::GetRelationships`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ad481849835cd570f0e03adafcf90125d [`Client::SetUserUpdatedCallback`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a3559f375165acedc6d6677ef599b3a4a -[`UserHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a3c4e8166cb923dbb7b778ef87b73fd34 \ No newline at end of file +[`UserHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a587bcc838e42dc5c56f840a350070707 \ No newline at end of file diff --git a/docs/discord-social-sdk/development-guides/integrating-moderation.mdx b/docs/discord-social-sdk/development-guides/integrating-moderation.mdx index 9911a4dc50..975fdcd0a0 100644 --- a/docs/discord-social-sdk/development-guides/integrating-moderation.mdx +++ b/docs/discord-social-sdk/development-guides/integrating-moderation.mdx @@ -320,7 +320,7 @@ auto call = client->StartCallWithAudioCallbacks(lobbyId, receivedCallback, captu | May 22, 2025 | initial release | {/* Autogenerated Reference Links */} -[`Client`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a302dda8b19408696fa186e739c5c24c8 +[`Client`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a91716140c699d8ef0bdf6bfd7ee0ae13 [`Client::SendUserMessage`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a3cf9d2b1b5a4a61dcad995dfc1009703 [`Client::SetMessageCreatedCallback`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a28325a8e8c688a84ac851da4bc86e148 [`Client::StartCallWithAudioCallbacks`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#abcaa891769f9e912bfa0e06ff7221b05 \ No newline at end of file diff --git a/docs/discord-social-sdk/development-guides/managing-game-invites.mdx b/docs/discord-social-sdk/development-guides/managing-game-invites.mdx index ce143d5fa1..d2c55bcd06 100644 --- a/docs/discord-social-sdk/development-guides/managing-game-invites.mdx +++ b/docs/discord-social-sdk/development-guides/managing-game-invites.mdx @@ -450,7 +450,7 @@ activity.SetSupportedPlatforms( | March 17, 2025 | initial release | {/* Autogenerated Reference Links */} -[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ab87f0347d870044bb26d8f7e50cb4c1d +[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ae793d9adbe16fef402b859ba02bee682 [`Client::AcceptActivityInvite`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ad12cf35065e4d2b303ee470af7c6ef37 [`Client::CreateOrJoinLobby`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a8b4e195555ecaa89ccdfc0acd28d3512 [`Client::RegisterLaunchCommand`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a024d7222931fdcb7d09c2b107642ecab diff --git a/docs/discord-social-sdk/development-guides/managing-lobbies.mdx b/docs/discord-social-sdk/development-guides/managing-lobbies.mdx index 9f6f798742..d998761cdd 100644 --- a/docs/discord-social-sdk/development-guides/managing-lobbies.mdx +++ b/docs/discord-social-sdk/development-guides/managing-lobbies.mdx @@ -200,10 +200,10 @@ With your game able to create and manage lobbies, you can now implement addition | March 17, 2025 | initial release | {/* Autogenerated Reference Links */} -[`ChannelHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#a251a2799d80ce466b4e7c0c7a05801fb +[`ChannelHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#ac32096b2ef15c5c220e9b7b92253cc46 [`Client::CreateOrJoinLobby`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a8b4e195555ecaa89ccdfc0acd28d3512 [`Client::CreateOrJoinLobbyWithMetadata`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a5c84fa76c73cf3c0bfd68794ca5595c1 [`Client::LeaveLobby`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a8c78f797240b35d721383461a2e62926 [`Client::SendLobbyMessage`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a779e0483f51dc99f0db3dd761d22ab6f [`Client::SetMessageCreatedCallback`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a28325a8e8c688a84ac851da4bc86e148 -[`MessageHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a7e2aee125832ed2c66d6b2a265db1523 \ No newline at end of file +[`MessageHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#ae25595b43bc74b0c4c92c5165d16382f \ No newline at end of file diff --git a/docs/discord-social-sdk/development-guides/managing-relationships.mdx b/docs/discord-social-sdk/development-guides/managing-relationships.mdx index d86f12b006..5f7efb8309 100644 --- a/docs/discord-social-sdk/development-guides/managing-relationships.mdx +++ b/docs/discord-social-sdk/development-guides/managing-relationships.mdx @@ -255,6 +255,6 @@ Continue learning about the Discord Social SDK with these guides: | March 17, 2025 | Initial release | {/* Autogenerated Reference Links */} -[`RelationshipHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#a218a10c537a3a7bafecd4ef80050f98a +[`RelationshipHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#a7da36b15ad0b7d38ba658a622e9ded77 [`RelationshipHandle::DiscordRelationshipType`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#a5fecfb79a4a2b6f3dc5f73b09d0c3881 [`RelationshipHandle::GameRelationshipType`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#aa60146eb72ede07e3e615565f61f97eb \ No newline at end of file diff --git a/docs/discord-social-sdk/development-guides/sending-direct-messages.mdx b/docs/discord-social-sdk/development-guides/sending-direct-messages.mdx index 8a30aef6f2..6d08fc8a8b 100644 --- a/docs/discord-social-sdk/development-guides/sending-direct-messages.mdx +++ b/docs/discord-social-sdk/development-guides/sending-direct-messages.mdx @@ -149,7 +149,7 @@ Now that you know how to send and receive messages, check out these other Discor | March 17, 2025 | initial release | {/* Autogenerated Reference Links */} -[`ChannelHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#a251a2799d80ce466b4e7c0c7a05801fb +[`ChannelHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#ac32096b2ef15c5c220e9b7b92253cc46 [`Client::CanOpenMessageInDiscord`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ae2aac143a691091691c5cc75aa07dace [`Client::OpenConnectedGamesSettingsInDiscord`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a24f268f5eebe9919a3f774354eb577e0 [`Client::OpenMessageInDiscord`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a66b8f85b14403a5d5ea125f39aa6e1b1 @@ -157,6 +157,6 @@ Now that you know how to send and receive messages, check out these other Discor [`Client::SetMessageDeletedCallback`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a2b6079eded10bea29abbb9695702637b [`Client::SetMessageUpdatedCallback`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aa01cf3c15403f29780dabfcfaf3b1dcd [`Client::SetShowingChat`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#acdf400ecb926392d1a110da73152b594 -[`MessageHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a7e2aee125832ed2c66d6b2a265db1523 +[`MessageHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#ae25595b43bc74b0c4c92c5165d16382f [`MessageHandle::AdditionalContent`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#af4497491a95fda65402b6acf7a8b42e5 [`MessageHandle::DisclosureType`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#abefb9be7836951a6acf78a4bb1676638 \ No newline at end of file diff --git a/docs/discord-social-sdk/development-guides/setting-rich-presence.mdx b/docs/discord-social-sdk/development-guides/setting-rich-presence.mdx index 1633ce8be7..53e1c05e6a 100644 --- a/docs/discord-social-sdk/development-guides/setting-rich-presence.mdx +++ b/docs/discord-social-sdk/development-guides/setting-rich-presence.mdx @@ -227,5 +227,5 @@ Now that you've set up Rich Presence, you might want to explore: | March 17, 2025 | Initial release | {/* Autogenerated Reference Links */} -[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ab87f0347d870044bb26d8f7e50cb4c1d +[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ae793d9adbe16fef402b859ba02bee682 [`ActivityTypes`]: https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a6c76a8cbbc9270f025fd6854d5558660 \ No newline at end of file diff --git a/docs/discord-social-sdk/getting-started/using-c++.mdx b/docs/discord-social-sdk/getting-started/using-c++.mdx index f737023348..2d81175b4b 100644 --- a/docs/discord-social-sdk/getting-started/using-c++.mdx +++ b/docs/discord-social-sdk/getting-started/using-c++.mdx @@ -968,7 +968,7 @@ You have successfully set up the Discord Social SDK with C++ and authenticated w | March 17, 2025 | initial release | {/* Autogenerated Reference Links */} -[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ab87f0347d870044bb26d8f7e50cb4c1d +[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ae793d9adbe16fef402b859ba02bee682 [`Client::Authorize`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ace94a58e27545a933d79db32b387a468 [`Client::Connect`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a873a844c7c4c72e9e693419bb3e290aa [`Client::GetRelationships`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ad481849835cd570f0e03adafcf90125d diff --git a/docs/discord-social-sdk/getting-started/using-unity.mdx b/docs/discord-social-sdk/getting-started/using-unity.mdx index d57b891bd4..ee35ddee60 100644 --- a/docs/discord-social-sdk/getting-started/using-unity.mdx +++ b/docs/discord-social-sdk/getting-started/using-unity.mdx @@ -906,7 +906,7 @@ You have successfully set up the Discord Social SDK with Unity and authenticated | March 17, 2025 | Initial release | {/* Autogenerated Reference Links */} -[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ab87f0347d870044bb26d8f7e50cb4c1d +[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ae793d9adbe16fef402b859ba02bee682 [`Client::Authorize`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ace94a58e27545a933d79db32b387a468 [`Client::Connect`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a873a844c7c4c72e9e693419bb3e290aa [`Client::GetRelationships`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ad481849835cd570f0e03adafcf90125d diff --git a/docs/discord-social-sdk/getting-started/using-unreal-engine.mdx b/docs/discord-social-sdk/getting-started/using-unreal-engine.mdx index e554f6903d..3128bc27ec 100644 --- a/docs/discord-social-sdk/getting-started/using-unreal-engine.mdx +++ b/docs/discord-social-sdk/getting-started/using-unreal-engine.mdx @@ -712,7 +712,7 @@ You have successfully set up the Discord Social SDK with Unreal Engine and authe | March 17, 2025 | initial release | {/* Autogenerated Reference Links */} -[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ab87f0347d870044bb26d8f7e50cb4c1d +[`Activity`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ae793d9adbe16fef402b859ba02bee682 [`Client::Authorize`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ace94a58e27545a933d79db32b387a468 [`Client::Connect`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a873a844c7c4c72e9e693419bb3e290aa [`Client::GetRelationships`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ad481849835cd570f0e03adafcf90125d diff --git a/docs/resources/lobby.mdx b/docs/resources/lobby.mdx index e82d3d533c..c3b08eedef 100644 --- a/docs/resources/lobby.mdx +++ b/docs/resources/lobby.mdx @@ -170,4 +170,4 @@ Returns a [lobby](/docs/resources/lobby#lobby-object) object without a linked ch {/* Autogenerated Reference Links */} [`Client::CreateOrJoinLobby`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a8b4e195555ecaa89ccdfc0acd28d3512 -[`LobbyHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#aa3510c347c4c4758bdf9f19caf2a95f3 \ No newline at end of file +[`LobbyHandle`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#a04cebab69ab0e7fb930346a14a87e843 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4f1cf6d4da..0c9e02aa4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4100,6 +4100,7 @@ "version": "0.6.2", "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", + "license": "MIT", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" diff --git a/tools/doxygen/generate-social-sdk-mapping.js b/tools/doxygen/generate-social-sdk-mapping.js index 83630bcace..a957777f77 100644 --- a/tools/doxygen/generate-social-sdk-mapping.js +++ b/tools/doxygen/generate-social-sdk-mapping.js @@ -79,7 +79,10 @@ const generateMapping = async () => { const url = `${BASE_URL}/${refid}.html#${memberId}`; // Keep the discordpp:: prefix in the symbol name const symbol = `${name}::${memberName}`; - mapping[symbol] = url; + + if (!(symbol in mapping)) { + mapping[symbol] = url; + } } } } diff --git a/tools/doxygen/social-sdk-mappings.json b/tools/doxygen/social-sdk-mappings.json index dedfdb1d8c..de8379e821 100644 --- a/tools/doxygen/social-sdk-mappings.json +++ b/tools/doxygen/social-sdk-mappings.json @@ -1,6 +1,6 @@ { - "discordpp::Activity::Activity": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ab87f0347d870044bb26d8f7e50cb4c1d", - "discordpp::Activity::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#a9ffd66dc9dcc40c6873802a9cc8a8926", + "discordpp::Activity::Activity": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#ae793d9adbe16fef402b859ba02bee682", + "discordpp::Activity::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#a35cec32f9bf9a2625a6f6b175403d3cd", "discordpp::Activity::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#a646a72b3db59369215eaa65f14ac90ce", "discordpp::Activity::AddButton": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#aab07650fcff18565eb78a1e2df46627e", "discordpp::Activity::Equals": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#a46127e59d0e582c49310d60758fed691", @@ -27,8 +27,8 @@ "discordpp::Activity::SetSecrets": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#a6c61c1231b00562606bbb7d18fb697b7", "discordpp::Activity::SupportedPlatforms": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#af19a7afb979550d9323be2146bd372e0", "discordpp::Activity::SetSupportedPlatforms": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Activity.html#abe00e28f4705ec904b635655c336a487", - "discordpp::ActivityAssets::ActivityAssets": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#a005ef8f1048831f8c61c106b7689e21c", - "discordpp::ActivityAssets::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#a8b49115b1fc1b13ee841754ffacdf788", + "discordpp::ActivityAssets::ActivityAssets": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#a4569c410d197e153971cab35f5d84f80", + "discordpp::ActivityAssets::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#ad6d52c5ded92e5644f603b40f73718d1", "discordpp::ActivityAssets::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#acf0fe7ef1451c7514eac6a6b8e8898a2", "discordpp::ActivityAssets::LargeImage": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#a90ec2ac7102c8f99d233e95858603962", "discordpp::ActivityAssets::SetLargeImage": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#a09e51cf262fe2b58522f0516a1d8f1d3", @@ -38,15 +38,15 @@ "discordpp::ActivityAssets::SetSmallImage": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#a7f406e1e7722470e753d9acb9a0ee690", "discordpp::ActivityAssets::SmallText": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#a27f61aebf3ef5c2357d2d99cb4dcfeac", "discordpp::ActivityAssets::SetSmallText": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityAssets.html#aae2b92760fb365439e8ad38444acdebb", - "discordpp::ActivityButton::ActivityButton": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityButton.html#a21ed35c26bed03f496214c83b143c56f", - "discordpp::ActivityButton::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityButton.html#ad7893db2a6a27e4328977e2bdb2a68d6", + "discordpp::ActivityButton::ActivityButton": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityButton.html#a04bc93c6984c61a23dbbcf27ad4819d4", + "discordpp::ActivityButton::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityButton.html#a523e2457c808c8f5b2e89d5b8efaed50", "discordpp::ActivityButton::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityButton.html#aae08573498def90bc33dca67fda690bb", "discordpp::ActivityButton::Label": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityButton.html#afb79ff9903a3aa609548f90e942e166e", "discordpp::ActivityButton::SetLabel": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityButton.html#a9b8d70b0f65fe094b571ef221b11e259", "discordpp::ActivityButton::Url": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityButton.html#a3e4af76071bff97a4954b57fec59a628", "discordpp::ActivityButton::SetUrl": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityButton.html#abbeb2fc8eefae9e956d91fb42b9d48a4", - "discordpp::ActivityInvite::ActivityInvite": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#aba6eb1d62b023511705e4110be215106", - "discordpp::ActivityInvite::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#ad687f60430963a14ca8b8861f2894c6e", + "discordpp::ActivityInvite::ActivityInvite": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#af980f140c1459e1cd8f6ef3f3c07547c", + "discordpp::ActivityInvite::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#ac0df3818ad0ce1f94168ffeea6fcee22", "discordpp::ActivityInvite::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a330011886f9fc05e31ff8d637efdff64", "discordpp::ActivityInvite::SenderId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a58153cc37c7bcb733a28f143dc1ed5a8", "discordpp::ActivityInvite::SetSenderId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a813f12036f91d4ca27db4cdafe597132", @@ -58,14 +58,16 @@ "discordpp::ActivityInvite::SetType": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#acc8d2278bbd08a5c26b8cd6e4fa62e9a", "discordpp::ActivityInvite::ApplicationId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a38ff19dd954a406c8a21434a081f1c33", "discordpp::ActivityInvite::SetApplicationId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a660bc6a697802fae9a3bdc3f11c8ed6b", + "discordpp::ActivityInvite::ParentApplicationId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#acffc092f6a3d069c24cd4f36bdd40318", + "discordpp::ActivityInvite::SetParentApplicationId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a91cbd5bad30b80b608f2c88f047860f9", "discordpp::ActivityInvite::PartyId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#ab4d0b0ccc568941375458518fb571176", "discordpp::ActivityInvite::SetPartyId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#ad538b78267ff9114f43244e3eb28f92e", "discordpp::ActivityInvite::SessionId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a0c947f356db2b20a68a9ad536bbd4f5c", "discordpp::ActivityInvite::SetSessionId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a2a5326a8dbca7f97509dc7c1fc21a25a", "discordpp::ActivityInvite::IsValid": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a92e24e683870b13e8f464d6b93312433", "discordpp::ActivityInvite::SetIsValid": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityInvite.html#a204f3077312a695ec2fea5f3f1430c2d", - "discordpp::ActivityParty::ActivityParty": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#a791f8f4407e9c1d91dc99c71cb135457", - "discordpp::ActivityParty::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#af6a999a1b009889afac0381002f47582", + "discordpp::ActivityParty::ActivityParty": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#a09930740b177c52b2c5f38d3990818e4", + "discordpp::ActivityParty::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#a940f3fedb51eac80cc81de2ac0aa1172", "discordpp::ActivityParty::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#a582ffecf157afbb93025dba71ebbd822", "discordpp::ActivityParty::Id": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#ad5b269834e93f9d2b794a48cc7fb95f3", "discordpp::ActivityParty::SetId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#a2c7f7600a26d1715171f3f3d5d3bd146", @@ -75,20 +77,20 @@ "discordpp::ActivityParty::SetMaxSize": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#a08e938b892bae2e928d723db5e8505c6", "discordpp::ActivityParty::Privacy": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#ac57169df0239478d2e79c7d5cee5df34", "discordpp::ActivityParty::SetPrivacy": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityParty.html#abe7d225e6bada72fe471969979ce647b", - "discordpp::ActivitySecrets::ActivitySecrets": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivitySecrets.html#a91faeb37b36c4d37025209e2b8b46b5e", - "discordpp::ActivitySecrets::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivitySecrets.html#a54cfd8c26f74b7e14ccc4f06e91442b4", + "discordpp::ActivitySecrets::ActivitySecrets": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivitySecrets.html#a6f7c63cbab32bdcd87c15c238ecc0d41", + "discordpp::ActivitySecrets::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivitySecrets.html#a09706f33f63afd3542c37996d7fc553d", "discordpp::ActivitySecrets::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivitySecrets.html#acea06c727ea4070700a761b56eaa0191", "discordpp::ActivitySecrets::Join": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivitySecrets.html#a46e512adb1fa1238280b6d009d7767df", "discordpp::ActivitySecrets::SetJoin": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivitySecrets.html#aaa0c717654d3b11c15b186b245b899e7", - "discordpp::ActivityTimestamps::ActivityTimestamps": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityTimestamps.html#aea715117f204f52fd022f66e34759198", - "discordpp::ActivityTimestamps::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityTimestamps.html#afe3b78cc1af869dcd43773729c2bfab3", + "discordpp::ActivityTimestamps::ActivityTimestamps": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityTimestamps.html#a0ff108aac69639c18f1669994e459ee2", + "discordpp::ActivityTimestamps::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityTimestamps.html#a76fcfff02d0607cbff0eb9b93e51e1a4", "discordpp::ActivityTimestamps::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityTimestamps.html#abec39a6229e67f3ab89a620af271d546", "discordpp::ActivityTimestamps::Start": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityTimestamps.html#a4806e31609893206e81c1963857ef829", "discordpp::ActivityTimestamps::SetStart": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityTimestamps.html#a5bb6a6bc243fedb954ae82d6c4ef3542", "discordpp::ActivityTimestamps::End": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityTimestamps.html#aba1847d3e0223ff1bb7695ab58c5d097", "discordpp::ActivityTimestamps::SetEnd": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ActivityTimestamps.html#ab6478ec46860feb64174da3eb1063aaa", - "discordpp::AdditionalContent::AdditionalContent": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#a230e54db36abe57d0f9b4bababe5334d", - "discordpp::AdditionalContent::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#aaf3f1800da1798ac95010d7e40e6bb1d", + "discordpp::AdditionalContent::AdditionalContent": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#aaae725626946a5bda7448c160c3bfc8c", + "discordpp::AdditionalContent::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#a21ccadad0bf9ff22a7812764e42fc4c3", "discordpp::AdditionalContent::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#a32740cbe47696a36eba98ade81f8d214", "discordpp::AdditionalContent::Equals": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#a74b36937fd27724ab5454709cf4545bb", "discordpp::AdditionalContent::Type": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#a5f71d7a58bfcf125e32cff555f6dd032", @@ -98,8 +100,8 @@ "discordpp::AdditionalContent::Count": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#a67f810f29c69d51eff30eb424e17428c", "discordpp::AdditionalContent::SetCount": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#a335b1c5766a6f0461c657e22ea2737d8", "discordpp::AdditionalContent::TypeToString": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AdditionalContent.html#a104d763a401c1a53688c11f60bf9db81", - "discordpp::AudioDevice::AudioDevice": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#adec7c5b9e9c59a486de49af91ddcba63", - "discordpp::AudioDevice::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#a04f55870e55b0d971f7362e85b999332", + "discordpp::AudioDevice::AudioDevice": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#a7d083c7bad8ebde4fc16b3151d5761f6", + "discordpp::AudioDevice::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#a807a5b01a3b53a3e3f23b778c5aeb323", "discordpp::AudioDevice::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#a398573781b3f9ade6cfa015c5e92ca42", "discordpp::AudioDevice::Equals": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#a09b99233147f4a70ecdc5c3e667e56ca", "discordpp::AudioDevice::Id": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#a3f85e5323b6a5d6ce8b6b2abb05490b6", @@ -108,8 +110,8 @@ "discordpp::AudioDevice::SetName": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#ad09b74c8c38a9371ccff147c38300a86", "discordpp::AudioDevice::IsDefault": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#a39f19c6eb7774ffd939811a3484e0475", "discordpp::AudioDevice::SetIsDefault": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AudioDevice.html#abddad2867cd2c8ffb87f6262d532c5ca", - "discordpp::AuthorizationArgs::AuthorizationArgs": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#a7dbe722154d14485ec2c9143a55d6843", - "discordpp::AuthorizationArgs::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#adfcf01d3a2a475c0d1bc97f4c0d7b0dc", + "discordpp::AuthorizationArgs::AuthorizationArgs": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#adb47ac55258db29d4cb8a2c506093eed", + "discordpp::AuthorizationArgs::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#a101a83b677b5bf631f51896f38257a8d", "discordpp::AuthorizationArgs::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#a657c054debaaa75469b021aacc683190", "discordpp::AuthorizationArgs::ClientId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#a7579dadf3052c4ea4379131ac9e2e30b", "discordpp::AuthorizationArgs::SetClientId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#aade2fe309692a82176ef9f196d7f563e", @@ -123,15 +125,15 @@ "discordpp::AuthorizationArgs::SetCodeChallenge": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#ad9c0f8479812266dbe3eb0eae6e7ea36", "discordpp::AuthorizationArgs::IntegrationType": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#ac1ab5d5840789b48896d427cd78102d3", "discordpp::AuthorizationArgs::SetIntegrationType": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html#a01eedddbf32654ba7b17a0f14a9431ca", - "discordpp::AuthorizationCodeChallenge::AuthorizationCodeChallenge": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeChallenge.html#aa84866d278286fbc545beafb98b48ed8", - "discordpp::AuthorizationCodeChallenge::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeChallenge.html#a8ae0f5dd10c5ae9f9545b28e206a08d9", + "discordpp::AuthorizationCodeChallenge::AuthorizationCodeChallenge": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeChallenge.html#a8b5d198d3508b0129b58f5175e49bc0a", + "discordpp::AuthorizationCodeChallenge::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeChallenge.html#a36cc806bc61f2d9eb21a355ea0c91b9e", "discordpp::AuthorizationCodeChallenge::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeChallenge.html#a5a9c68e52c8f21d57d93240bc332cdc4", "discordpp::AuthorizationCodeChallenge::Method": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeChallenge.html#a044c58aee91ba4c992418c2326837290", "discordpp::AuthorizationCodeChallenge::SetMethod": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeChallenge.html#a68ab9d9bfbc374913ad5a657dcb8788a", "discordpp::AuthorizationCodeChallenge::Challenge": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeChallenge.html#a0faf6b1bd98ea1c7b34534a2a7586f88", "discordpp::AuthorizationCodeChallenge::SetChallenge": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeChallenge.html#aa4d6f75f5858ca5d5e0f9613ea03eb4a", - "discordpp::AuthorizationCodeVerifier::AuthorizationCodeVerifier": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeVerifier.html#a0599d5359f9745ac8ea3ca20e548d665", - "discordpp::AuthorizationCodeVerifier::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeVerifier.html#a10046490411bf3467623b7a512f28eda", + "discordpp::AuthorizationCodeVerifier::AuthorizationCodeVerifier": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeVerifier.html#a336c5f858c6ff157029753542e72be66", + "discordpp::AuthorizationCodeVerifier::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeVerifier.html#af50583032cf69f14d75fa9e41118cd8a", "discordpp::AuthorizationCodeVerifier::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeVerifier.html#a085b01ce52ead116182f5bcf3a245d3d", "discordpp::AuthorizationCodeVerifier::Challenge": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeVerifier.html#ae439edf58719b8da93054e39014d106a", "discordpp::AuthorizationCodeVerifier::SetChallenge": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeVerifier.html#a53ee1f66e655d18ad8311eec6d97f5d2", @@ -139,8 +141,8 @@ "discordpp::AuthorizationCodeVerifier::SetVerifier": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationCodeVerifier.html#a22f59e504520a15a115417309788dccf", "discordpp::Call::Error": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#a92b477828e777e1cab576821a170dff0", "discordpp::Call::Status": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#a9a8311653be2263ad61243749ff44d4e", - "discordpp::Call::Call": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#ac23238eb00a9d76311a3aea1277194c2", - "discordpp::Call::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#a0706d01291c6d28afd473231415ca8da", + "discordpp::Call::Call": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#a1cc8a7f73c15a960bc409d734b5edbd1", + "discordpp::Call::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#a32ac0c29a7c9789c091c40080edf1280", "discordpp::Call::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#aee1d9b4cd38da708c6b28ca3d4dfde54", "discordpp::Call::GetAudioMode": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#a3e2bfcf4d0b7e8a6a4dcb21943eb3d1d", "discordpp::Call::GetChannelId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#afcd15d87a8e88873c3fb6697bb1e69fb", @@ -169,15 +171,15 @@ "discordpp::Call::SetVADThreshold": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#a7c3fd83c5dfe37d796e30c5e28c93b6e", "discordpp::Call::ErrorToString": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#a05e758b1fa053e9f694b93bcd9439a3c", "discordpp::Call::StatusToString": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Call.html#a69b0ea36ae6859a0ead2cb046bcdbbae", - "discordpp::CallInfoHandle::CallInfoHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1CallInfoHandle.html#a4560a5999ff0218d5d13c79307ff5b95", - "discordpp::CallInfoHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1CallInfoHandle.html#a21b6da168a98a4987329118045fd0bc6", + "discordpp::CallInfoHandle::CallInfoHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1CallInfoHandle.html#ade345c06ac2938c443f2a6884bf9f0df", + "discordpp::CallInfoHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1CallInfoHandle.html#a646eb5db3aa75bbe432e9301441316d6", "discordpp::CallInfoHandle::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1CallInfoHandle.html#ab51398814fb1574a60a7e20958fb0491", "discordpp::CallInfoHandle::ChannelId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1CallInfoHandle.html#ae4a234adc67578891c21c4dac03ee391", "discordpp::CallInfoHandle::GetParticipants": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1CallInfoHandle.html#a1fc60183a120701835e7609cc017ec59", "discordpp::CallInfoHandle::GetVoiceStateHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1CallInfoHandle.html#a06d06b854f2095f74865b5d5c20b3031", "discordpp::CallInfoHandle::GuildId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1CallInfoHandle.html#ad5511f5400b464fd05fcf6df69f82e33", - "discordpp::ChannelHandle::ChannelHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#a251a2799d80ce466b4e7c0c7a05801fb", - "discordpp::ChannelHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#a3915b4c9540c66c9cf0e7fee137a0aa9", + "discordpp::ChannelHandle::ChannelHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#ac32096b2ef15c5c220e9b7b92253cc46", + "discordpp::ChannelHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#aa5a430dd368cb56e41fa194db97a38e9", "discordpp::ChannelHandle::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#ab8e1d63035236dee17493032078749b6", "discordpp::ChannelHandle::Id": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#a8f72c0a96fe980c79749ef7e51f0026b", "discordpp::ChannelHandle::Name": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ChannelHandle.html#afde4eb29870827f488c99fd1b547e464", @@ -220,6 +222,7 @@ "discordpp::Client::Authorize": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ace94a58e27545a933d79db32b387a468", "discordpp::Client::CloseAuthorizeDeviceScreen": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a4fcdd697702d086a8170a2d60a69acb8", "discordpp::Client::CreateAuthorizationCodeVerifier": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aba6adc1f978e7bf4c5433c560e1ad704", + "discordpp::Client::ExchangeChildToken": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a59f5d9d14f79eb318bf4d57f4e87a5c1", "discordpp::Client::FetchCurrentUser": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a45b7144dcb203ed420e6bcb20386da39", "discordpp::Client::GetProvisionalToken": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a8003130b6c46e54ac68442483bf0480c", "discordpp::Client::GetToken": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aaee636f91fb1ea3465157c20313b702c", @@ -241,6 +244,7 @@ "discordpp::Client::DeleteUserMessage": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a2d5710f9d38ec0cf077d700365833cb3", "discordpp::Client::EditUserMessage": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a822a3a4a60b73211297e5f43ed92ba23", "discordpp::Client::GetChannelHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a6ab6f4217d04d84935d012af88ce5752", + "discordpp::Client::GetLobbyMessagesWithLimit": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a0586192e85caf548b8b321f1cb21301f", "discordpp::Client::GetMessageHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a7825220b28952a2156bd0e46db40ea5c", "discordpp::Client::OpenMessageInDiscord": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a66b8f85b14403a5d5ea125f39aa6e1b1", "discordpp::Client::SendLobbyMessage": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a779e0483f51dc99f0db3dd761d22ab6f", @@ -295,6 +299,7 @@ "discordpp::Client::CancelGameFriendRequest": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a210d3fef24a5c2d3847a38e2c42d4b58", "discordpp::Client::GetRelationshipHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ab8dd47239817ffbe268db4c596de1346", "discordpp::Client::GetRelationships": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ad481849835cd570f0e03adafcf90125d", + "discordpp::Client::GetRelationshipsByGroup": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a9f7898d3f3d1ec92b06c662df70746d5", "discordpp::Client::RejectDiscordFriendRequest": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a6d9a984cb0c481508e0049724dcd9d0f", "discordpp::Client::RejectGameFriendRequest": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ad3711b8ec4f70e4ad28592f04fbdab30", "discordpp::Client::RemoveDiscordAndGameFriend": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aa6d393a3d98ec5d06faef49a57d1a89b", @@ -310,12 +315,13 @@ "discordpp::Client::GetCurrentUser": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a7edea2a3dfe9ae560d5fa5ba8663b5cc", "discordpp::Client::GetDiscordClientConnectedUser": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a8af6f7ed750a87f36c68774ca76851f7", "discordpp::Client::GetUser": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ab6f98c5e36bc4070b3ee0e45fae12f2b", + "discordpp::Client::SetRelationshipGroupsUpdatedCallback": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#af12441ef091298f968075b7190851098", "discordpp::Client::SetUserUpdatedCallback": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a3559f375165acedc6d6677ef599b3a4a", "discordpp::Client::Error": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ac8d8140b9e1251e59e59a267f8a6295f", "discordpp::Client::Status": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a6f714c5d6aebefa91c1ff8ba97bcce22", "discordpp::Client::Thread": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#adadf74b4796b37cf738bdaa61993f0ba", - "discordpp::Client::Client": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a302dda8b19408696fa186e739c5c24c8", - "discordpp::Client::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a8c02c2584b09be381cb519ec8951ebcc", + "discordpp::Client::Client": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a91716140c699d8ef0bdf6bfd7ee0ae13", + "discordpp::Client::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a3fc6d6655e04c98a39ed5e79cfdb0cba", "discordpp::Client::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ad35d2a626e64f4313883ce22cd45efb7", "discordpp::Client::GetApplicationId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#abe66dd4bf3cbc27961d41e8e11015ff5", "discordpp::Client::SetHttpRequestTimeout": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ae5fe2518b0b1b05ee1745ab0a79096b9", @@ -329,8 +335,17 @@ "discordpp::Client::GetVersionPatch": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a8b3242e835241feb7a4ec70257abb5fc", "discordpp::Client::StatusToString": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a0e56ea9f1f59c1fb36f521e1f02d146a", "discordpp::Client::ThreadToString": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#adca1c23392db46c00de6c921ca61e9ae", - "discordpp::ClientResult::ClientResult": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#ae0bc3bab21380ceda18c459521324ed3", - "discordpp::ClientResult::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#a2502d220ea920a976d808abfb91b2eef", + "discordpp::ClientCreateOptions::ClientCreateOptions": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#ae655ad66ba64f443496c158307cc77b4", + "discordpp::ClientCreateOptions::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#afde9899a61abe4c173bdf7beb2a6e18d", + "discordpp::ClientCreateOptions::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#aa73bfe976c33cb916002445ae5507961", + "discordpp::ClientCreateOptions::WebBase": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#aae3dfb794e5cb64a5b7c4185fc21be4a", + "discordpp::ClientCreateOptions::SetWebBase": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#aef30d2e0aaae55cf363ce22606b6b857", + "discordpp::ClientCreateOptions::ApiBase": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#ab75bc5cb2fba2679be638eaa77d33b53", + "discordpp::ClientCreateOptions::SetApiBase": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#ab8ea2ea26aafb92ebd54b443ae839595", + "discordpp::ClientCreateOptions::AudioSystem": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#a2965c481492c574a5e21a367e088763f", + "discordpp::ClientCreateOptions::SetAudioSystem": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#a893772a868a6df65203d842aa80dc5d3", + "discordpp::ClientResult::ClientResult": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#a685015ca8d29a50d47fd1ed5d469ac2e", + "discordpp::ClientResult::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#ab04a08a811079846f4c963d733e806de", "discordpp::ClientResult::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#ad719dc037d1c61b9b33499f85af9e884", "discordpp::ClientResult::ToString": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#a7a5491b45a35dfdbd4228e1cb557a879", "discordpp::ClientResult::Type": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#a4fb34d5bb67e2e742e1878c6d07a05ac", @@ -349,15 +364,15 @@ "discordpp::ClientResult::SetRetryable": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#a066337d0ef9aa69ae813b07c7139182f", "discordpp::ClientResult::RetryAfter": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#ac739adca52b90d6b4cbed5753c30fd65", "discordpp::ClientResult::SetRetryAfter": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientResult.html#abb747da57e424ff9c084d48711aa476b", - "discordpp::DeviceAuthorizationArgs::DeviceAuthorizationArgs": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1DeviceAuthorizationArgs.html#af41edba82ef88448baae7a404f6cc026", - "discordpp::DeviceAuthorizationArgs::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1DeviceAuthorizationArgs.html#ab266bbc98df687cb1b47e0e1f2fc3c8c", + "discordpp::DeviceAuthorizationArgs::DeviceAuthorizationArgs": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1DeviceAuthorizationArgs.html#a2b45ff23c20c17bc7ad82cb5753b6031", + "discordpp::DeviceAuthorizationArgs::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1DeviceAuthorizationArgs.html#ad3c66e7bf84bc9544614d3879c439797", "discordpp::DeviceAuthorizationArgs::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1DeviceAuthorizationArgs.html#a7557758d3e23ae2ca694f8e7573f4078", "discordpp::DeviceAuthorizationArgs::ClientId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1DeviceAuthorizationArgs.html#a5c8d15b74d6e5fdcfaed01e6e58a9377", "discordpp::DeviceAuthorizationArgs::SetClientId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1DeviceAuthorizationArgs.html#a81950ebb58f086de565f128c07874bd6", "discordpp::DeviceAuthorizationArgs::Scopes": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1DeviceAuthorizationArgs.html#ab68f041359323131d7bb33228ddd2f15", "discordpp::DeviceAuthorizationArgs::SetScopes": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1DeviceAuthorizationArgs.html#a9968629e4bfeb8e35958cdee2346c410", - "discordpp::GuildChannel::GuildChannel": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#a45a981991bb0d5ede922212a14ac1365", - "discordpp::GuildChannel::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#aa1078c06e02e8a3a8db61831d582ca7b", + "discordpp::GuildChannel::GuildChannel": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#ac83eedfa1d9434dfa245ae39bb3a0915", + "discordpp::GuildChannel::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#ab829759413e87e41dcbaa948984a2700", "discordpp::GuildChannel::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#a600757164689b2da65291a9973ea14be", "discordpp::GuildChannel::Id": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#a2fe6d0dbf525d4ff07ee5b3b11919c9b", "discordpp::GuildChannel::SetId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#a54d49b0f134e4b88bf30f2ad4bc5af53", @@ -369,15 +384,15 @@ "discordpp::GuildChannel::SetIsViewableAndWriteableByAllMembers": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#af341737fe3de7b6eb4be6798c032007d", "discordpp::GuildChannel::LinkedLobby": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#a24a02a757b1c34f057776f2e633ab624", "discordpp::GuildChannel::SetLinkedLobby": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#ae7c87ec3ca9f274249b19ad19c7c1282", - "discordpp::GuildMinimal::GuildMinimal": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildMinimal.html#a66c0e5e9e75c3a2e2e49d974e942afb4", - "discordpp::GuildMinimal::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildMinimal.html#a5de81bf0d64d98f03cfe83bd81354118", + "discordpp::GuildMinimal::GuildMinimal": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildMinimal.html#a89360851ff87ef134f330ad5f774df28", + "discordpp::GuildMinimal::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildMinimal.html#a443d687cb668f4bbbc384d4b77c3ce5b", "discordpp::GuildMinimal::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildMinimal.html#a96a88e4a9e3d5b7d0a7ddb2d80bd8a41", "discordpp::GuildMinimal::Id": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildMinimal.html#ae31b9a80af6e404325dda37007056263", "discordpp::GuildMinimal::SetId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildMinimal.html#a31b7a83ae5ffe84eb103e249e6a0e0dc", "discordpp::GuildMinimal::Name": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildMinimal.html#a27c6a10f72b07d46dc14292115f9ab72", "discordpp::GuildMinimal::SetName": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildMinimal.html#a20d39f5596a1287a825e2154098ea4b7", - "discordpp::LinkedChannel::LinkedChannel": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#aadc9e55fc8a52e12e20d2750a867f8c5", - "discordpp::LinkedChannel::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#a5dd5217f33087dbf326b529243954189", + "discordpp::LinkedChannel::LinkedChannel": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#ae8e8139c85beb64be681007a0f2979b0", + "discordpp::LinkedChannel::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#a4871deb8204544bc92fabcec8580ab4f", "discordpp::LinkedChannel::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#a0b0201e9d199892751e2af3c004d1551", "discordpp::LinkedChannel::Id": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#ac7ea820618d014feb7b210b0b4209752", "discordpp::LinkedChannel::SetId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#abd15185be304d01a031579952f1a99f9", @@ -385,15 +400,15 @@ "discordpp::LinkedChannel::SetName": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#a46b989be332394b185506a3939f2ab87", "discordpp::LinkedChannel::GuildId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#a2c08e7248f5a9de42d6105aef7cfed86", "discordpp::LinkedChannel::SetGuildId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedChannel.html#a7a0af9c2e029482316217ee037e9ab7e", - "discordpp::LinkedLobby::LinkedLobby": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedLobby.html#a2230cce84360551d7e806a27ca9a6c1f", - "discordpp::LinkedLobby::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedLobby.html#a315ce8b39573e26555517d70c9b92aa3", + "discordpp::LinkedLobby::LinkedLobby": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedLobby.html#abfc16fc4cf32f78c0df01e3d7a9acfcf", + "discordpp::LinkedLobby::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedLobby.html#aa74929f2d09347cd6a0a7fecc99db543", "discordpp::LinkedLobby::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedLobby.html#a52bd21ea3c75de085912419b5184c892", "discordpp::LinkedLobby::ApplicationId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedLobby.html#a54f7d406aa6290b623dd201b367d2672", "discordpp::LinkedLobby::SetApplicationId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedLobby.html#a8382002e2a364d578e2175169876ec06", "discordpp::LinkedLobby::LobbyId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedLobby.html#aac0fd786fa7fa9fab342887a2988cdef", "discordpp::LinkedLobby::SetLobbyId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LinkedLobby.html#a64345c37d6431a3295127ff9c6e19a7d", - "discordpp::LobbyHandle::LobbyHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#aa3510c347c4c4758bdf9f19caf2a95f3", - "discordpp::LobbyHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#a4d2b684eb6fb888d814ec22e3c99a2d6", + "discordpp::LobbyHandle::LobbyHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#a04cebab69ab0e7fb930346a14a87e843", + "discordpp::LobbyHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#aeb2f52f8bacd7f1ea702e12cb3223cde", "discordpp::LobbyHandle::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#ada444725f51458471d8cecaba40571b1", "discordpp::LobbyHandle::GetCallInfoHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#a5a5838f7382f5564024a28d3bc6aeb7a", "discordpp::LobbyHandle::GetLobbyMemberHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#a9e64cab5c6cfbf7477c6d868a3b47c0d", @@ -402,18 +417,19 @@ "discordpp::LobbyHandle::LobbyMemberIds": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#acf329ee87e0f2f9f14b61adbd931b9c7", "discordpp::LobbyHandle::LobbyMembers": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#aae5593b064ff4a67157f462ce306342f", "discordpp::LobbyHandle::Metadata": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyHandle.html#a5e512d30cbea86ccd41fe9e6ca8b485d", - "discordpp::LobbyMemberHandle::LobbyMemberHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#a3a1e81f1b6860620f0a65f59d9ecf1d4", - "discordpp::LobbyMemberHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#a07a25a7bbe11f28cdc41c18b63b5f278", + "discordpp::LobbyMemberHandle::LobbyMemberHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#ac21fbbd2626f79180dbbf8708940bc5d", + "discordpp::LobbyMemberHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#a4aad374e7a21c052778fb3e0776efbec", "discordpp::LobbyMemberHandle::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#ac27f9977b230f4fc4e8bdd47272dac45", "discordpp::LobbyMemberHandle::CanLinkLobby": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#aa4e1ce775f007d90762fd9795fb25a45", "discordpp::LobbyMemberHandle::Connected": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#a44bb06829376a179284e864d6232ab5c", "discordpp::LobbyMemberHandle::Id": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#a3799195d808effd0be3c4d2c01b47b78", "discordpp::LobbyMemberHandle::Metadata": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#ade3709e5e5f44f53428b386924416f6b", "discordpp::LobbyMemberHandle::User": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1LobbyMemberHandle.html#a9e09c3cc6ea4ee0442e367683a999118", - "discordpp::MessageHandle::MessageHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a7e2aee125832ed2c66d6b2a265db1523", - "discordpp::MessageHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a548503b12bd759f945f879557111d9e8", + "discordpp::MessageHandle::MessageHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#ae25595b43bc74b0c4c92c5165d16382f", + "discordpp::MessageHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a62b6440741052c8593db05c66b9fb9c7", "discordpp::MessageHandle::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a118a3c041afcc84879451374c29f7cef", "discordpp::MessageHandle::AdditionalContent": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#af4497491a95fda65402b6acf7a8b42e5", + "discordpp::MessageHandle::ApplicationId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a37865567c5dba319fd6baf5cff6d5590", "discordpp::MessageHandle::Author": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a5e5b89806a8f03f2cf80ad9e1c10665f", "discordpp::MessageHandle::AuthorId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a0f85af33c2322a9afec892c2bcdce7c6", "discordpp::MessageHandle::Channel": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#a1e32d54fe034821cc9bc9fd626d7f069", @@ -429,8 +445,8 @@ "discordpp::MessageHandle::RecipientId": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#ab1a22f5da27cfe4cce9ddcefeed33a6d", "discordpp::MessageHandle::SentFromGame": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#ae3f3678ea0c19c655b85f5670e0fa88a", "discordpp::MessageHandle::SentTimestamp": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1MessageHandle.html#aba9db7eb0500371f4bb8666c912eeca9", - "discordpp::RelationshipHandle::RelationshipHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#a218a10c537a3a7bafecd4ef80050f98a", - "discordpp::RelationshipHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#a0cb318a4aab41fcf3f5c8d8708075d85", + "discordpp::RelationshipHandle::RelationshipHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#a7da36b15ad0b7d38ba658a622e9ded77", + "discordpp::RelationshipHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#af1079f5dcd7cc03bd51b01ab1a4e7ea8", "discordpp::RelationshipHandle::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#aa7781c9bd3e7a06a9437ddde999ecc65", "discordpp::RelationshipHandle::DiscordRelationshipType": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#a5fecfb79a4a2b6f3dc5f73b09d0c3881", "discordpp::RelationshipHandle::GameRelationshipType": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#aa60146eb72ede07e3e615565f61f97eb", @@ -438,8 +454,8 @@ "discordpp::RelationshipHandle::IsSpamRequest": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#acf4d21fb62cf80ac10afa9d10308777a", "discordpp::RelationshipHandle::User": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1RelationshipHandle.html#ad87172b7df999ab56991c1be598e995e", "discordpp::UserHandle::AvatarType": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a9cbf5933bc6181eb1900574f6eda9b18", - "discordpp::UserHandle::UserHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a3c4e8166cb923dbb7b778ef87b73fd34", - "discordpp::UserHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#ae5c7d50a6f87fd41850286e5d954459a", + "discordpp::UserHandle::UserHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a587bcc838e42dc5c56f840a350070707", + "discordpp::UserHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a08cacd9bb2ced65159c10e144e115e07", "discordpp::UserHandle::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#ada58eea04b10ebdacd50bbf4dfdf55c6", "discordpp::UserHandle::Avatar": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a3b331158dc7086b62f4352ae80f2a2eb", "discordpp::UserHandle::AvatarUrl": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a9cb876d37f8975521e0a7b3bca96aaa0", @@ -452,15 +468,15 @@ "discordpp::UserHandle::Status": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a3ec233e43f67892c3ff22eb4199e6590", "discordpp::UserHandle::Username": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#a0eda41fe18b50bce373fb5a1b88cb411", "discordpp::UserHandle::AvatarTypeToString": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1UserHandle.html#ae8c9b5d2edc5fc9a53baf74060ba7185", - "discordpp::VADThresholdSettings::VADThresholdSettings": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VADThresholdSettings.html#a82c97a18a98a2da2cf908aadf742a0c0", - "discordpp::VADThresholdSettings::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VADThresholdSettings.html#a57dc811ce9b3e0effb74f8201fcc3312", + "discordpp::VADThresholdSettings::VADThresholdSettings": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VADThresholdSettings.html#a0d1ec1c699d7b0d2fa55a69d26552277", + "discordpp::VADThresholdSettings::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VADThresholdSettings.html#a067f3518e79b80447cb9e7bd0a1bbf63", "discordpp::VADThresholdSettings::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VADThresholdSettings.html#acd1182b2c6703a999ba1fe337036d0f3", "discordpp::VADThresholdSettings::VadThreshold": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VADThresholdSettings.html#a92ddf7ac4143d02c5fb895b11474c15c", "discordpp::VADThresholdSettings::SetVadThreshold": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VADThresholdSettings.html#ad95294ad835cf0282fe11595f7d94cfa", "discordpp::VADThresholdSettings::Automatic": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VADThresholdSettings.html#a7f28f03efbb001bc0468762a7f3a5b5c", "discordpp::VADThresholdSettings::SetAutomatic": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VADThresholdSettings.html#ab5f0db1ed7a73a3f7601d187bc958e86", - "discordpp::VoiceStateHandle::VoiceStateHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VoiceStateHandle.html#acead5efe190660be86f2029d7fc10a8f", - "discordpp::VoiceStateHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VoiceStateHandle.html#abc33166d42d530c5949bd088a8aab1f3", + "discordpp::VoiceStateHandle::VoiceStateHandle": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VoiceStateHandle.html#aad2d4454b6677d82721128b0cd98a2d8", + "discordpp::VoiceStateHandle::operator=": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VoiceStateHandle.html#a50e7dd192dd4a3cb7dd2485802ec6b18", "discordpp::VoiceStateHandle::operator bool": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VoiceStateHandle.html#a724fc1220c513d694a6cd9a4542030a1", "discordpp::VoiceStateHandle::SelfDeaf": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VoiceStateHandle.html#a9fd4ac5fb813b926d1336fc65b440f42", "discordpp::VoiceStateHandle::SelfMute": "https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1VoiceStateHandle.html#a5476a6e8d5e9092a153b4646371a9f3f", @@ -474,6 +490,7 @@ "discordpp::AuthenticationCodeChallengeMethod": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a1c123930bb42c6f9f77f18b5593ad876", "discordpp::IntegrationType": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a5307c5c42ea96ec19f79e679a47c84be", "discordpp::AdditionalContentType": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#aee4b786af6ac9cd4ade73eb2f873177b", + "discordpp::AudioSystem": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a566c99cfc3b8ee94ca322d35bc008633", "discordpp::AudioModeType": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#ad12f4e0df799c97f417320ef861fcffb", "discordpp::ChannelType": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a1b68b260e8659da9a7792b2b2046fe58", "discordpp::RelationshipType": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a28fc5199b9211c24124c06f30c1d0cbb", @@ -482,6 +499,7 @@ "discordpp::AuthorizationTokenType": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a1968a8b2eabcbe41a254cc88ab330a89", "discordpp::AuthenticationExternalAuthType": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a4783ed8cd71c53439960e035527988ad", "discordpp::LoggingSeverity": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a4b50332ce64ddd00391c442b60c99a35", + "discordpp::RelationshipGroupType": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a503ed2f7b0bfbd435321a0e8b1dfba35", "discordpp::RunCallbacks": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#ab5dd8cf274f581ee1885de5816be3c29", - "discordpp::EnumToString": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a68017791fc14593ab4f87d4d8401f6dd" + "discordpp::EnumToString": "https://discord.com/developers/docs/social-sdk/namespacediscordpp.html#a0fd967a23d2d106ced3d6669b9a810ad" } \ No newline at end of file