robloxbadges
This module contains classes intended to parse and deal with data from Roblox badge endpoints.
RobloxBadge
¶
Bases: BaseRobloxBadge
Represents a Roblox roblox badge.
Attributes:
Name | Type | Description |
---|---|---|
id |
int
|
The badge's ID. |
name |
str
|
The badge's name. |
description |
str
|
The badge's description. |
image_url |
str
|
A link to the badge's image. |
Source code in roblox/robloxbadges.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
|