Package Skype4Py :: Module chat :: Class IChatMember
[frames] | no frames]

Class IChatMember

source code

  object --+    
           |    
utils.Cached --+
               |
              IChatMember

Represents a member of a public chat.

Instance Methods
 
__repr__(self)
repr(x)
source code
bool
CanSetRoleTo(self, Role)
Checks if the new role can be applied to the member.
source code

Inherited from utils.Cached: __copy__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from utils.Cached: __new__

Class Variables

Inherited from utils.Cached: _cache_

Properties
IChat Chat
Chat this member belongs to.
unicode Handle
Member Skypename.
int Id
Chat member Id.
bool IsActive
Member activity status.
Chat member role Role
Chat Member role.

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

CanSetRoleTo(self, Role)

source code 

Checks if the new role can be applied to the member.

Parameters:
Returns: bool
True if the new role can be applied, False otherwise.

Property Details

Chat

Chat this member belongs to.

Get Method:
_GetChat(self)
Type:
IChat

Handle

Member Skypename.

Get Method:
_GetHandle(self)
Type:
unicode

Id

Chat member Id.

Get Method:
_GetId(self)
Type:
int

IsActive

Member activity status.

Get Method:
_GetIsActive(self)
Type:
bool

Role

Chat Member role.

Get Method:
_GetRole(self)
Set Method:
_SetRole(self, value)
Type:
Chat member role