Part of twisted.words.im.interfaces View Source View In Hierarchy
Known implementations: twisted.words.im.ircsupport.IRCGroup, twisted.words.im.pbsupport.TwistedWordsGroup
Groups generally have a loosely-defined set of members, who may leave and join at any time.
Attribute | name | My str name, as the server knows me. |
Attribute | account | The Account I
am accessed through. |
Method | __init__ | Initialize me. |
Method | setTopic | Set this Groups topic on the server. |
Method | sendGroupMessage | Send a message to this group. |
Method | join | Join this group. |
Method | leave | Depart this group. |
Parameters | name | My name, as the server knows me. (type: str) |
account | The account I am accessed through. (type: Account ) |
Parameters | metadata | Valid keys for this dictionary include:
|