ExternalSenderKeyProtocol

public protocol ExternalSenderKeyProtocol : AnyObject, Sendable

The raw public key of an external sender.

This can be used to initialize a subconversation.

  • Copy the wrapped data into a new byte array.

    Declaration

    Swift

    func copyBytes() -> Data