class twisted.words.im.basechat.Conversation: (source)
A GUI window of a conversation with a specific person.
Instance Variable | person | The person who you're having this conversation with. |
Instance Variable | chatui | The GUI chat client associated with this conversation. |
Method | __init__ | |
Method | show | Display the ConversationWindow. |
Method | hide | Hide the ConversationWindow. |
Method | sendText | Send text to the person with whom the user is conversing. |
Method | showMessage | Display a message sent from the person with whom the user is conversing. |
Method | contactChangedNick | Change a person's name. |
Send text to the person with whom the user is conversing.
Parameters | text | The text to be sent. (type: str ) |
Display a message sent from the person with whom the user is conversing.
Parameters | text | The sent message. (type: str ) |
metadata | Metadata associated with this message. (type: dict ) |