PinnedMessage
public final class PinnedMessage: NSObject, Codable, NSCopying, Injectable
Undocumented
-
Undocumented
Declaration
Swift
public internal(set) var message: BaseMessage?
-
Default constructor.
Declaration
Swift
public required init(from decoder: Decoder) throws
Parameters
decoder
Decoder
instance -
Undocumented
Declaration
Swift
public func copy(with zone: NSZone? = nil) -> Any