ConnectionState¶
Properties¶
| type | name |
|---|---|
| String | token |
| int | intents |
| String | session_id |
Methods¶
| return type | signature |
|---|---|
| int | get_uptime_ms ( ) |
| String | get_class ( ) |
Property Descriptions¶
-
String token
There is currently no description for this property.
-
int intents
There is currently no description for this property.
-
String session_id
There is currently no description for this property.
Method Descriptions¶
-
ConnectionState ConnectionState ( String _token, int _intents )
There is currently no description for this method.
-
int get_uptime_ms ( )
There is currently no description for this method.
-
String get_class ( )
There is currently no description for this method.