ThreadUpdate
public struct ThreadUpdate : Codable
The schema for .data .threadUpdate in a message exchange payload
-
New thread title
Declaration
Swift
public var threadTitle: String? -
New distribution tag-math expression
Declaration
Swift
public var expression: String? -
Initialize from components
Declaration
Swift
public init(threadTitle: String? = nil, expression: String? = nil)
View on GitHub
Install in Dash
ThreadUpdate Structure Reference