ResponseMessageData
public protocol ResponseMessageData
Protocol describing a response consumable by the MessagingPublisher
-
True when server process the request and notifies the client to show a typing indicator
Declaration
Swift
var isTyping: Bool { get }
-
Content of the response. Ignored if
isTyping
is trueDeclaration
Swift
var messageData: [MessageData] { get }