|
UVACanvasAccess
|
Represents a message in a Conversation. More...


Public Member Functions | |
| string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
Properties | |
| ulong | Id [get] |
| The message's ID. | |
| DateTime | CreatedAt [get] |
| The message's creation time. | |
| string | Body [get] |
| The message's body. | |
| ulong | AuthorId [get] |
| The id of the message's author. | |
| bool | Generated [get] |
| Whether or not the message was generated by the system. | |
| MediaComment | MediaComment [get] |
| The associated MediaComment, if present. | |
| IEnumerable< ConversationMessage > | ForwardedMessages [get] |
| Forwarded messages, if present. | |
| IEnumerable< FileAttachment > | Attachments [get] |
| The message's attachments, if present. | |
Represents a message in a Conversation.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.