Undocumented
Method show Display the ConversationWindow.
Method showMessage Display a message sent from the person with whom the user is conversing.

Inherited from Conversation:

Instance Variable person The person who you're having this conversation with. (type: IPerson provider)
Instance Variable chatui The GUI chat client associated with this conversation. (type: ChatUI)
Method __init__
Method hide Hide the ConversationWindow.
Method sendText Send text to the person with whom the user is conversing.
Method contactChangedNick Change a person's name.
def show(self):

Display the ConversationWindow.

def showMessage(self, message, metadata):

Display a message sent from the person with whom the user is conversing.

ParameterstextThe sent message. (type: str)
metadataMetadata associated with this message. (type: dict)
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.