Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.Cached --+ | ChatMessage
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |
Inherited from |
Properties | |
unicode |
Body Chat message body. |
Chat |
Chat Chat this message was posted on. |
str |
ChatName Name of the chat this message was posted on. |
datetime.datetime |
Datetime Chat message timestamp as datetime. |
str |
EditedBy Skypename of the user who edited this message. |
datetime.datetime |
EditedDatetime Message editing timestamp as datetime. |
float |
EditedTimestamp Message editing timestamp. |
unicode |
FromDisplayName DisplayName of the message sender. |
str |
FromHandle Skypename of the message sender. |
int |
Id Chat message Id. |
bool |
IsEditable Tells if message body is editable. |
enums.lea* |
LeaveReason LeaveReason. |
bool |
Seen Marks a missed chat message as seen. |
User |
Sender Sender of the chat message. |
enums.cms* |
Status Status of the chat message. |
float |
Timestamp Chat message timestamp. |
enums.cme* |
Type Type of chat message. |
UserCollection |
Users Users added to the chat. |
Inherited from |
Method Details |
repr(x)
|
Property Details |
ChatNameName of the chat this message was posted on.
|
DatetimeChat message timestamp as datetime.
|
EditedBySkypename of the user who edited this message.
|
EditedDatetimeMessage editing timestamp as datetime.
|
EditedTimestampMessage editing timestamp.
|
FromDisplayNameDisplayName of the message sender.
|
FromHandleSkypename of the message sender.
|
IdChat message Id.
|
IsEditableTells if message body is editable.
|
LeaveReasonLeaveReason.
|
SeenMarks a missed chat message as seen. Accepts only True value.
Deprecated: Extremely unpythonic, use MarkAsSeen instead. |
SenderSender of the chat message.
|
StatusStatus of the chat message.
|
TimestampChat message timestamp.
See Also: Datetime |
UsersUsers added to the chat.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 26 16:13:04 2009 | http://epydoc.sourceforge.net |