Class InboxPublicView
Represents public data of a Inbox.
public class InboxPublicView
- Inheritance
-
InboxPublicView
- Inherited Members
Properties
InboxId
ID of the Inbox.
public string InboxId { get; set; }
Property Value
PublicMeta
Public metadata.
public byte[] PublicMeta { get; set; }
Property Value
- byte[]
Version
Number of the Inbox updates.
public long Version { get; set; }