groupSocialLinks
Gets socials links for a group.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The id of the group to get social links for. |
Example
const { rawBody: socials } = await ClassicGroupsApi.groupSocialLinks(5850082);
Example Data
[
{
id: 3412774,
type: "Discord",
url: "https://discord.gg/4hDH5s52a",
title: "Support Server",
},
]
Endpoint
GET /v1/groups/{groupId}/social-links