sociallinks
Contains objects related to Roblox social links.
SocialLink
¶
Bases: BaseUniverseSocialLink
Represents a universe or group's social links.
Attributes:
Name | Type | Description |
---|---|---|
id |
int
|
The social link's ID. |
title |
str
|
The social link's title. |
url |
str
|
The social link's URL. |
type |
SocialLinkType
|
The social link's type. |
Source code in roblox/sociallinks.py
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
|
SocialLinkType
¶
Bases: Enum
Represents a type of social link.
Source code in roblox/sociallinks.py
17 18 19 20 21 22 23 24 25 26 27 |
|