Part of twisted.words.im.basechat View Source View In Hierarchy
Instance Variables | person | The person who you're having this conversation with.
(type: IPerson
provider
) |
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. |
Parameters | text | The text to be sent.
(type: str
) |
Parameters | text | The sent message.
(type: str
) |
metadata | Metadata associated with this message.
(type: dict
) |