Package Skype4Py :: Module sms :: Class ISmsTarget
[frames] | no frames]

Class ISmsTarget

source code

  object --+    
           |    
utils.Cached --+
               |
              ISmsTarget

Represents a single target of a multi-target SMS message.

Instance Methods
 
__repr__(self)
repr(x)
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
ISmsMessage Message
An SMS message object this target refers to.
unicode Number
Target phone number.
SMS target status Status
Status of this target.

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

Message

An SMS message object this target refers to.

Get Method:
_GetMessage(self)
Type:
ISmsMessage

Number

Target phone number.

Get Method:
_GetNumber(self)
Type:
unicode

Status

Status of this target.

Get Method:
_GetStatus(self)
Type:
SMS target status