Part of twisted.words.im.interfaces View Source View In Hierarchy
Known implementations: twisted.words.im.ircsupport.IRCGroup, twisted.words.im.pbsupport.TwistedWordsGroup, twisted.words.im.tocsupport.TOCGroup
A group which you may have a conversation with.
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 | text | (type: str ) |
metadata | Valid keys for this dictionary include:
|