| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
utils.Cached --+
|
SmsMessage
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Properties | |
| unicode |
Body Text of this SMS message. |
| SmsChunkCollection |
Chunks Chunks of this SMS message. |
| datetime.datetime |
Datetime Timestamp of this SMS message as datetime object. |
| enums.smsFailureReason* |
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. |
| str |
ReplyToNumber Reply-to number for this SMS message. |
| bool |
Seen Set the read status of the SMS message. |
| enums.smsMessageStatus* |
Status SMS message status. |
| tuple of str |
TargetNumbers Target phone numbers. |
| SmsTargetCollection |
Targets Target objects. |
| float |
Timestamp Timestamp of this SMS message. |
| enums.smsMessageType* |
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 == enums.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.
|
SeenSet the read status of the SMS message. Accepts only True value.
Deprecated: Extremely unpythonic, use MarkAsSeen instead. |
StatusSMS message status.
|
TargetNumbersTarget phone numbers.
|
TargetsTarget objects.
|
TimestampTimestamp of this SMS message.
See Also: Datetime |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 26 16:13:06 2009 | http://epydoc.sourceforge.net |