BaseChatEvent

public class BaseChatEvent

BaseChatEvent for real-time notifications.

Properties

  • Chat thread id.

    Declaration

    Swift

    public var threadId: String
  • Sender identifier.

    Declaration

    Swift

    public var sender: CommunicationIdentifier?
  • Recipient identifier.

    Declaration

    Swift

    public var recipient: CommunicationIdentifier?