class twisted.words.im.interfaces.IPerson(Interface): (source)
Undocumented
Method | __init__ | Initialize me. |
Method | isOnline | Am I online right now? |
Method | getStatus | What is my on-line status? |
Method | getIdleTime | |
Method | sendMessage | Send a message to this person. |
Initialize me.
Parameters | name | My name, as the server knows me. (type: string) |
account | The account I am accessed through. (type: Account) |
Send a message to this person.
Parameters | text | Undocumented (type: string) |
metadata | Undocumented (type: dict) |