Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.Cached --+ | ISmsMessage
Represents an SMS message.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |
Inherited from |
Class Variables | |
Inherited from |
Properties | |
unicode |
Body Text of this SMS message. |
tuple of ISmsChunk |
Chunks Chunks of this SMS message. |
datetime.datetime |
Datetime Timestamp of this SMS message as datetime object. |
SMS failure reason |
FailureReason Reason an SMS message failed. |
int |
Id Unique SMS message Id. |
bool |
IsFailedUnseen Tells if a failed SMS message was unseen. |
int |
Price SMS price. |
unicode |
PriceCurrency SMS price currency. |
int |
PricePrecision SMS price precision. |
unicode |
PriceToText SMS price as properly formatted text with currency. |
float |
PriceValue SMS price. |
unicode |
ReplyToNumber Reply-to number for this SMS message. |
bool |
Seen Read status of the SMS message. |
SMS message status |
Status SMS message status. |
tuple of unicode |
TargetNumbers Target phone numbers. |
tuple of ISmsTarget |
Targets Target objects. |
float |
Timestamp Timestamp of this SMS message. |
SMS message type |
Type SMS message type |
Inherited from |
Method Details |
repr(x)
|
Property Details |
BodyText of this SMS message. |
ChunksChunks of this SMS message. More than one if this is a multi-part message.
|
DatetimeTimestamp of this SMS message as datetime object.
|
FailureReasonReason an SMS message failed. Read this if Status == smsMessageStatusFailed.
|
IdUnique SMS message Id.
|
IsFailedUnseenTells if a failed SMS message was unseen.
|
PriceSMS price. Expressed using PricePrecision. For a value expressed using PriceCurrency, use PriceValue.
See Also: PriceCurrency, PricePrecision, PriceToText, PriceValue |
PriceCurrencySMS price currency.
See Also: Price, PricePrecision, PriceToText, PriceValue |
PricePrecisionSMS price precision.
See Also: Price, PriceCurrency, PriceToText, PriceValue |
PriceToTextSMS price as properly formatted text with currency.
See Also: Price, PriceCurrency, PricePrecision, PriceValue |
PriceValueSMS price. Expressed in PriceCurrency.
See Also: Price, PriceCurrency, PricePrecision, PriceToText |
ReplyToNumberReply-to number for this SMS message.
|
SeenRead status of the SMS message.
|
StatusSMS message status.
|
TargetNumbersTarget phone numbers.
|
TargetsTarget objects.
|
TimestampTimestamp of this SMS message.
See Also: Datetime |
TypeSMS message type
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 05 14:55:00 2008 | http://epydoc.sourceforge.net |