UVACanvasAccess
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.
 

Properties

ulong Id [get]
 The message's ID. More...
 
DateTime CreatedAt [get]
 The message's creation time. More...
 
string Body [get]
 The message's body. More...
 
ulong AuthorId [get]
 The id of the message's author. More...
 
bool Generated [get]
 Whether or not the message was generated by the system. More...
 
MediaComment MediaComment [get]
 The associated MediaComment, if present. More...
 
IEnumerable< ConversationMessageForwardedMessages [get]
 Forwarded messages, if present. More...
 
IEnumerable< FileAttachmentAttachments [get]
 The message's attachments, if present. More...
 

Detailed Description

Represents a message in a Conversation.

Property Documentation

◆ Attachments

IEnumerable<FileAttachment> UVACanvasAccess.Structures.Conversations.ConversationMessage.Attachments
get

The message's attachments, if present.

◆ AuthorId

ulong UVACanvasAccess.Structures.Conversations.ConversationMessage.AuthorId
get

The id of the message's author.

◆ Body

string UVACanvasAccess.Structures.Conversations.ConversationMessage.Body
get

The message's body.

◆ CreatedAt

DateTime UVACanvasAccess.Structures.Conversations.ConversationMessage.CreatedAt
get

The message's creation time.

◆ ForwardedMessages

IEnumerable<ConversationMessage> UVACanvasAccess.Structures.Conversations.ConversationMessage.ForwardedMessages
get

Forwarded messages, if present.

◆ Generated

bool UVACanvasAccess.Structures.Conversations.ConversationMessage.Generated
get

Whether or not the message was generated by the system.

◆ Id

ulong UVACanvasAccess.Structures.Conversations.ConversationMessage.Id
get

The message's ID.

◆ MediaComment

MediaComment UVACanvasAccess.Structures.Conversations.ConversationMessage.MediaComment
get

The associated MediaComment, if present.


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