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.Instance Variables | name | My name, as the server knows me. (type: string ) |
account | The account I am accessed through. (type: Account<IAccount> ) |
Method | __init__ | Initialize me. |
Method | setTopic | Set this Groups topic on the server. |
Method | sendGroupMessage | Send a message to this group. |
Method | join | Undocumented |
Method | leave | Depart this group |
Parameters | name | My name, as the server knows me. (type: string ) |
account | The account I am accessed through. (type: Account<IAccount> ) |
Parameters | text | (type: string ) |
metadata | Valid keys for this dictionary include:
|