twisted.words.im.basechat.Conversation class documentationtwisted.words.im.basechat
(View In Hierarchy)
Known subclasses: twisted.words.test.test_ircsupport.StubConversation
A GUI window of a conversation with a specific person.
| Instance Variable | person | The person who you're having this conversation with. (type: IPersonprovider) | 
| Instance Variable | chatui | The GUI chat client associated with this conversation. (type: ChatUI) | 
| 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. | 
Display the ConversationWindow.
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) | 
Change a person's name.
| Parameters | person | The person whose nickname is changing. (type: IPersonprovider) | 
| newnick | The new nickname for this person. (type: str) |