tryToxic
 All Classes Functions
toxModels.toxGroupUser Class Reference
Inheritance diagram for toxModels.toxGroupUser:
toxModels.toxUser

Public Member Functions

def __init__
 
def getPeerByName
 
- Public Member Functions inherited from toxModels.toxUser
def __init__
 
def getFileById
 

Public Attributes

 peerList
 
 messages
 
 checkedPeerIds
 
 isGroup
 
- Public Attributes inherited from toxModels.toxUser
 friendId
 
 name
 
 pubKey
 
 status
 
 statusMessage
 
 isGroup
 
 isOnline
 
 files
 

Detailed Description

A groupUser inherits from toxUser, because they are to big parts similiar.
You could make a diffrent by static variable isGroup.

Definition at line 67 of file toxModels.py.

Member Function Documentation

def toxModels.toxGroupUser.getPeerByName (   self,
  name 
)
Get a temporary toxUser from groupchat.
return toxUser or None

Definition at line 79 of file toxModels.py.


The documentation for this class was generated from the following file: