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

Class SmsChunk

source code

  object --+    
           |    
utils.Cached --+
               |
              SmsChunk

Represents a single chunk of a multi-part 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
int CharactersLeft
CharactersLeft.
int Id
SMS chunk Id.
SmsMessage Message
SMS message associated with this chunk.
unicode Text
Text (body) of this SMS chunk.

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

CharactersLeft

CharactersLeft.
Get Method:
_GetCharactersLeft(self)
Type:
int

Id

SMS chunk Id.
Get Method:
_GetId(self)
Type:
int

Message

SMS message associated with this chunk.
Get Method:
_GetMessage(self)
Type:
SmsMessage

Text

Text (body) of this SMS chunk.
Get Method:
_GetText(self)
Type:
unicode