tryToxic
|
Public Member Functions | |
def | __init__ |
def | getFileById |
Public Attributes | |
friendId | |
name | |
pubKey | |
status | |
statusMessage | |
isGroup | |
isOnline | |
files | |
toxUser is a individual in binary/dual/non-group-chat. It's a data-object too.
Definition at line 43 of file toxModels.py.
def toxModels.toxUser.getFileById | ( | self, | |
id | |||
) |
Get a toxFile-Object by it's fileId return toxFile or None
Definition at line 57 of file toxModels.py.