Contents

MSMessage

A custom message object.

Declaration

class MSMessage

Overview

Use the MSMessage class to create custom message objects. To create interactive messages that can be updated by the conversation’s participants, instantiate a message with a session using the init(session:) method. Otherwise, instantiate the message using the init() method.

Topics

Creating Messages

Message Properties

Initializers

See Also

Interactive messages