TopicMessageAck
public protocol TopicMessageAck : CustomStringConvertible
Undocumented
-
ID of the message that we’ve acked
Declaration
Swift
var messageID : String -
When the ack was created
Declaration
Swift
var createdAt : Int -
When the ack will expire
Declaration
Swift
var expiresAt : Int -
Handle of the user that sent the ack
Declaration
Swift
var handle : String
View on GitHub
Install in Dash
TopicMessageAck Protocol Reference