class twisted.words.im.interfaces.IConversation(Interface): (source)
A conversation with a specific person.
| Method | __init__ | |
| Method | show | doesn't seem like it belongs in this interface. |
| Method | hide | nor this neither. |
| Method | sendText | Undocumented |
| Method | showMessage | Undocumented |
| Method | changedNick |
| Parameters | person | Undocumented (type: IPerson) |
| chatui | Undocumented |
| Parameters | person | XXX Shouldn't this always be Conversation.person? |
| newnick | Undocumented |