interface documentation

class twisted.words.im.interfaces.IGroupConversation(Interface): (source)

View In Hierarchy

Undocumented

Method show doesn't seem like it belongs in this interface.
Method hide nor this neither.
Method sendText Undocumented
Method showGroupMessage Undocumented
Method setGroupMembers Sets the list of members in the group and displays it to the user.
Method setTopic Displays the topic (from the server) for the group conversation window.
Method memberJoined Adds the given member to the list of members in the group conversation and displays this to the user,
Method memberChangedNick Changes the oldnick in the list of members to newnick and displays this change to the user,
Method memberLeft Deletes the given member from the list of members in the group conversation and displays the change to the user.
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 showGroupMessage(sender, text, metadata): (source)

Undocumented

def setGroupMembers(members): (source)

Sets the list of members in the group and displays it to the user.

def setTopic(topic, author): (source)

Displays the topic (from the server) for the group conversation window.

ParameterstopicUndocumented (type: string)
authorUndocumented (type: string (XXX: Not Person?))
def memberJoined(member): (source)

Adds the given member to the list of members in the group conversation and displays this to the user,

ParametersmemberUndocumented (type: string (XXX: Not Person?))
def memberChangedNick(oldnick, newnick): (source)

Changes the oldnick in the list of members to newnick and displays this change to the user,

ParametersoldnickUndocumented (type: string (XXX: Not Person?))
newnickUndocumented (type: string)
def memberLeft(member): (source)

Deletes the given member from the list of members in the group conversation and displays the change to the user.

ParametersmemberUndocumented (type: string (XXX: Not Person?))
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.