twisted.words.im.interfaces.IGroup(Interface) interface documentationtwisted.words.im.interfaces
(View In Hierarchy)
Known implementations: twisted.words.im.ircsupport.IRCGroup, twisted.words.im.pbsupport.TwistedWordsGroup
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 strname, as the server knows me. | 
| Attribute | account | The AccountI
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. | 
Initialize me.
| Parameters | name | My name, as the server knows me. (type: str) | 
| account | The account I am accessed through. (type: Account) |