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

Class SmsTarget

source code

  object --+    
           |    
utils.Cached --+
               |
              SmsTarget

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__

Properties
SmsMessage Message
An SMS message object this target refers to.
str Number
Target phone number.
enums.smsTargetStatus* 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:
SmsMessage

Number

Target phone number.
Get Method:
_GetNumber(self)
Type:
str

Status

Status of this target.
Get Method:
_GetStatus(self)
Type:
enums.smsTargetStatus*