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