DiscordTeam¶
Inherits: DiscordEntity < Reference < Object
Properties¶
| type | name |
|---|---|
| String | icon_hash |
| Array | members |
| String | name |
| int | owner_id |
| DiscordTeam.TeamMember | owner |
Methods¶
| return type | signature |
|---|---|
| Array | get_members ( ) |
| DiscordTeam.TeamMember | get_owner ( ) |
| String | get_class ( ) |
Property Descriptions¶
-
String icon_hash
There is currently no description for this property.
-
Array members
method Getter get_members() There is currently no description for this property.
-
String name
There is currently no description for this property.
-
int owner_id
There is currently no description for this property.
-
DiscordTeam.TeamMember owner
method Getter get_owner() There is currently no description for this property.
Method Descriptions¶
-
DiscordTeam DiscordTeam ( Dictionary data )
There is currently no description for this method.
-
Array get_members ( )
There is currently no description for this method.
-
DiscordTeam.TeamMember get_owner ( )
There is currently no description for this method.
-
String get_class ( )
There is currently no description for this method.
Sub Classes¶
TeamMember¶
Inherits: DiscordEntity < Reference < Object
Properties¶
| type | name |
|---|---|
| int | membership_state |
| PoolStringArray | permissions |
| int | team_id |
| int | user_id |
| User | user |
Methods¶
| return type | signature |
|---|---|
| User | get_user ( ) |
| String | get_class ( ) |
Constants¶
-
Dictionary MembershipState
-
INVITED = 1
-
ACCEPTED = 2
There is currently no description for this constant.
-
Property Descriptions¶
-
int membership_state
There is currently no description for this property.
-
There is currently no description for this property.
-
int team_id
There is currently no description for this property.
-
int user_id
There is currently no description for this property.
-
User user
method Getter get_user() There is currently no description for this property.
Method Descriptions¶
-
DiscordTeam.TeamMember TeamMember ( Dictionary data )
There is currently no description for this method.
-
User get_user ( )
There is currently no description for this method.
-
String get_class ( )
There is currently no description for this method.