Class CreateMessageModel
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class CreateMessageModel : RequestModel
Properties
| Edit this page View SourceChannel
Specifies the channel of the message.
Declaration
public string Channel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Content
The message content. For example, this can be a message about an update or a link to download the new version. Please check out this article for more ideas: https://help.cryptolens.io/messaging/index
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Time
The format is unix timestamp. If no time is specified, we will set it to the time when this message was sent.
Declaration
public long Time { get; set; }
Property Value
| Type | Description |
|---|---|
| long |