|
| me |
|
| friendId |
|
| message |
|
| timestamp |
|
| dbId |
|
| individualName |
|
A data-message-class handled by tox.
Definition at line 6 of file toxModels.py.
def toxModels.toxMessage.__init__ |
( |
|
self, |
|
|
|
friendId, |
|
|
|
message, |
|
|
|
timestamp, |
|
|
|
me, |
|
|
|
dbId = -1 , |
|
|
|
individualName = "" |
|
) |
| |
dbId is only setted when it's reloaded min. once from db (only toxuser, but not groupuser has db)
individualName is only setted when user is a group. It's done to make other names possible than GroupBot #?
Definition at line 10 of file toxModels.py.
The documentation for this class was generated from the following file: