UVACanvasAccess
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Conversations.ConversationMessage Class Reference

Represents a message in a Conversation. More...

Inheritance diagram for UVACanvasAccess.Structures.Conversations.ConversationMessage:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Conversations.ConversationMessage:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
Returns
The formatted string.

 

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< ConversationMessageForwardedMessages [get]
 Forwarded messages, if present.
 
IEnumerable< FileAttachmentAttachments [get]
 The message's attachments, if present.
 

Detailed Description

Represents a message in a Conversation.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.Conversations.ConversationMessage.ToPrettyString ( )
inline

Returns a pretty, formatted string representation of the object.

Returns
The formatted string.

Implements UVACanvasAccess.Util.IPrettyPrint.


The documentation for this class was generated from the following file: