UserManager¶
Inherits: BaseUserManager < Reference < Object
Properties¶
| type | name |
|---|---|
| WeakRef | entity_manager |
Methods¶
| return type | signature |
|---|---|
| BaseDiscordEntityManager | get_manager ( ) |
| User | construct_user ( Dictionary data ) |
| Presence | construct_presence ( Dictionary data ) |
| DiscordActivity | construct_activity ( Dictionary data ) |
| ActivityTimestamps | construct_activity_timestamps ( Dictionary data ) |
| ActivityParty | construct_activity_party ( Dictionary data ) |
| ActivityAssets | construct_activity_assets ( Dictionary data ) |
| ActivitySecrets | construct_activity_secrets ( Dictionary data ) |
| ActivityButton | construct_activity_button ( Dictionary data ) |
| void | update_user ( User user, Dictionary data ) |
| Dictionary | parse_user_payload ( Dictionary data ) |
| String | get_class ( ) |
| int | static string_to_status ( String status ) |
Property Descriptions¶
-
WeakRef entity_manager
There is currently no description for this property.
Method Descriptions¶
-
UserManager UserManager ( BaseDiscordEntityManager manager )
There is currently no description for this method.
-
BaseDiscordEntityManager get_manager ( )
There is currently no description for this method.
-
User construct_user ( Dictionary data )
There is currently no description for this method.
-
Presence construct_presence ( Dictionary data )
There is currently no description for this method.
-
DiscordActivity construct_activity ( Dictionary data )
There is currently no description for this method.
-
ActivityTimestamps construct_activity_timestamps ( Dictionary data )
There is currently no description for this method.
-
ActivityParty construct_activity_party ( Dictionary data )
There is currently no description for this method.
-
ActivityAssets construct_activity_assets ( Dictionary data )
There is currently no description for this method.
-
ActivitySecrets construct_activity_secrets ( Dictionary data )
There is currently no description for this method.
-
ActivityButton construct_activity_button ( Dictionary data )
There is currently no description for this method.
-
void update_user ( User user, Dictionary data )
There is currently no description for this method.
-
Dictionary parse_user_payload ( Dictionary data )
There is currently no description for this method.
-
String get_class ( )
There is currently no description for this method.
-
int static string_to_status ( String status )
There is currently no description for this method.