ChatMessage

@objc(ZDKChatMessage)
public final class ChatMessage : ChatLog

Chat message

  • Message from sender

    Declaration

    Swift

    @objc
    public let message: String
  • Returns a Boolean value that indicates whether the receiver and a given object are equal.

    Declaration

    Swift

    @objc
    override public func isEqual(_ object: Any?) -> Bool

    Parameters

    object

    the object to compare against

  • A textual representation of this instance.

    Declaration

    Swift

    override public var description: String { get }