twisted.words.im.pbsupport.TwistedWordsGroup(basesupport.AbstractGroup)
class documentationtwisted.words.im.pbsupport
View Source
(View In Hierarchy)
Implements interfaces: twisted.words.im.interfaces.IGroup
Method | __init__ | Initialize me. |
Method | sendGroupMessage | Return a deferred. |
Method | setTopic | Set this Groups topic on the server. |
Method | metadataFailed | Undocumented |
Method | joining | Undocumented |
Method | leaving | Undocumented |
Method | leave | Depart this group. |
Inherited from AbstractGroup:
Method | getGroupCommands | finds group commands |
Method | getTargetCommands | finds group commands |
Method | join | Undocumented |
Method | __repr__ | Undocumented |
Method | __str__ | Undocumented |
Initialize me.
Parameters | name | My name, as the server knows me. (type: str) |
account | The account I am accessed through. (type: Account ) |