partialrole
This file contains partial objects related to Roblox group roles.
          PartialRole
¶
  
            Bases: BaseRole
Represents partial group role information.
Attributes:
| Name | Type | Description | 
|---|---|---|
_client | 
          
                Client
           | 
          
             The Client object.  | 
        
id | 
          
                int
           | 
          
             The role's ID.  | 
        
name | 
          
                str
           | 
          
             The role's name.  | 
        
rank | 
          
                int
           | 
          
             The role's rank ID.  | 
        
Source code in roblox/partials/partialrole.py
              15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32  |  |