Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module msn :: Class MSNContact |
|
Method Summary | |
---|---|
__init__(self,
userHandle,
screenName,
listType,
group,
status)
| |
set phone numbers/values for this specific user .. |
Instance Variable Summary | |
---|---|
int if contact is in a group, None otherwise. | group
- The group ID. |
hasPager
- Whether or not this user has a mobile pager (true=yes, false=no) | |
str if known, otherwise None. | homePhone
- The contact's home phone number. |
str if known, otherwise None. | mobilePhone
- The contact's mobile phone number. |
screenName
- The contact's screen name. | |
str if contact's status is known, None otherwise. | status
- The contact's status code. |
userHandle
- The contact's user handle (passport). | |
str if known, otherwise None. | workPhone
- The contact's work phone number. |
Method Details |
---|
setPhone(self, phoneType, value)set phone numbers/values for this specific user .. for phoneType check the *_PHONE constants and HAS_PAGER |
Instance Variable Details |
---|
groupThe group ID.
|
hasPagerWhether or not this user has a mobile pager (true=yes, false=no) |
homePhoneThe contact's home phone number.
|
mobilePhoneThe contact's mobile phone number.
|
screenNameThe contact's screen name. |
statusThe contact's status code.
|
userHandleThe contact's user handle (passport). |
workPhoneThe contact's work phone number.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:16:40 2003 | http://epydoc.sf.net |