Emoticon is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class Emoticon
{
string Code { get; set; }
string Description { get; set; }
int? Id { get; set; }
string Url { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Code | string | |||
| Description | string | |||
| Id | int? | |||
| Url | string |