| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
utils.Cached --+
|
IChatMessage
Represents a single chat message.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Class Variables | |
|
Inherited from |
| Properties | |
| unicode |
Body Chat message body. |
| IChat |
Chat Chat this message was posted on. |
| unicode |
ChatName Name of the chat this message was posted on. |
| datetime.datetime |
Datetime Chat message timestamp as datetime. |
| unicode |
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. |
| unicode |
FromHandle Skypename of the message sender. |
| int |
Id Chat message Id. |
| bool |
IsEditable Tells if message body is editable. |
| Chat leave reason |
LeaveReason LeaveReason. |
| bool |
Seen Marks a missed chat message as seen. |
| IUser |
Sender Sender of the chat message. |
| Chat message status |
Status Status of the chat messsage. |
| float |
Timestamp Chat message timestamp. |
| Chat message type |
Type Type of chat message. |
| tuple of IUser |
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.
Deprecated: Unpythonic, use MarkAsSeen instead. |
SenderSender of the chat message.
|
StatusStatus of the chat messsage.
|
TimestampChat message timestamp.
See Also: Datetime |
TypeType of chat message.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 05 14:54:59 2008 | http://epydoc.sourceforge.net |