TopicMessage
public protocol TopicMessage : CustomStringConvertible
Undocumented
-
Identifier for this topic message
Declaration
Swift
var topic : TopicId -
ID of the user that created this message
Declaration
Swift
var userID : String -
Unique identifier for this message
Declaration
Swift
var messageID : String -
Unix timestamp of when the message was created
Declaration
Swift
var createdAt : Int -
Unix timestamp of when the message will expire
Declaration
Swift
var expiresAt : Int -
Handle of the user that created this message
Declaration
Swift
var handle : String -
Message type
Declaration
Swift
var type : TopicMessageType -
The message payload
Declaration
Swift
var data : String
View on GitHub
Install in Dash
TopicMessage Protocol Reference