tryToxic
|
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 | |
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.
def toxModels.toxGroupUser.getPeerByName | ( | self, | |
name | |||
) |
Get a temporary toxUser from groupchat. return toxUser or None
Definition at line 79 of file toxModels.py.