ChatAttachmentMessage
@objc(ZDKChatAttachmentMessage)
public final class ChatAttachmentMessage : ChatLog
The Chat Log attachment
-
Underlying attachment model
Declaration
Swift
@objc public let attachment: ChatAttachment -
Returns the
URLassociated with the attachment. Preferring remote over local. Nil if neither exist.Declaration
Swift
@objc public var url: URL? { get } -
Returns a Boolean value that indicates whether the receiver and a given object are equal.
Declaration
Swift
@objc override public func isEqual(_ object: Any?) -> BoolParameters
objectthe object to compare against
Install in Dash
ChatAttachmentMessage Class Reference