Undocumented
Method setTopic Change the topic for the group conversation window and display this change to the user.
Method show Display the GroupConversationWindow.
Method showGroupMessage Display to the user a message sent to this group from the given sender.

Inherited from GroupConversation:

Instance Variable chatui The GUI chat client associated with this conversation. (type: ChatUI)
Instance Variable group The group of people that are having this conversation. (type: IGroup provider)
Instance Variable members The names of the people in this conversation. (type: list of str)
Method __init__
Method hide Hide the GroupConversationWindow.
Method sendText Send text to the group.
Method setGroupMembers Set the list of members in the group.
Method memberJoined Add the given member to the list of members in the group conversation and displays this to the user.
Method memberChangedNick Change the nickname for a member of the group conversation and displays this change to the user.
Method memberLeft Delete the given member from the list of members in the group conversation and displays the change to the user.
def setTopic(self, topic, nickname):

Change the topic for the group conversation window and display this change to the user.

ParameterstopicThis group's topic. (type: str)
authorThe person changing the topic. (type: str)
def show(self):

Display the GroupConversationWindow.

def showGroupMessage(self, sender, text, metadata=None):

Display to the user a message sent to this group from the given sender.

ParameterssenderThe person sending the message. (type: str)
textThe 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.