tryToxic
 All Classes Functions
toxModels.toxMessage Class Reference

Public Member Functions

def __init__
 

Public Attributes

 me
 
 friendId
 
 message
 
 timestamp
 
 dbId
 
 individualName
 

Detailed Description

A data-message-class handled by tox.

Definition at line 6 of file toxModels.py.

Constructor & Destructor Documentation

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: