interface documentation

class IConversation(Interface): (source)

View In Hierarchy

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
def __init__(person, chatui): (source)
ParameterspersonUndocumented (type: IPerson)
chatuiUndocumented
def show(): (source)

doesn't seem like it belongs in this interface.

def hide(): (source)

nor this neither.

def sendText(text, metadata): (source)

Undocumented

def showMessage(text, metadata): (source)

Undocumented

def changedNick(person, newnick): (source)
ParameterspersonXXX Shouldn't this always be Conversation.person?
newnickUndocumented
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.