ReplyMessage
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ReplyMessage { User Author { get; set; } string Body { get; set; } DateTime? CreatedDate { get; set; } Guid? Id { get; set; } Guid? ParentId { get; set; } string RenderedBody { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Author | User | |||
Body | string | |||
CreatedDate | DateTime? | |||
Id | Guid? | |||
ParentId | Guid? | |||
RenderedBody | string |