interface documentation

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

View In Hierarchy

Undocumented

Attribute account The IAccount I am a Client for
Method __init__ No summary
Method joinGroup
Method leaveGroup
Method getGroupConversation Undocumented
Method getPerson Undocumented
account = (source)

The IAccount I am a Client for

def __init__(account, chatui, logonDeferred): (source)
ParametersaccountUndocumented (type: IAccount)
chatuiUndocumented (type: IChatUI)
logonDeferredWill be called back once I am logged on. (type: Deferred)
def joinGroup(groupName): (source)
ParametersgroupNameThe name of the group to join. (type: string)
def leaveGroup(groupName): (source)
ParametersgroupNameThe name of the group to leave. (type: string)
def getGroupConversation(name, hide=0): (source)

Undocumented

def getPerson(name): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.