Class SocialChannel

Hierarchy (view full)

Constructors

Properties

channelId: number = null

Channel ID on Subsocial chain. This ID is used in widget.

status: HubStatus = null

Channel status (1: draft - deploying to chain, 5: active, 100: error).

title: string = null

Name of the channel.

body: string = null

Short description or content of the channel.

tags: string = null

Comma separated tags associated with the channel.

API_PREFIX: string = null

API url prefix for this class.

uuid: string

Unique identifier of the model.

createTime: string = null

The object's creation date

updateTime: string = null

The date when the object was last updated

Methods