SMIQuickReply
Objective-C
@protocol SMIQuickReply <SMIEntryPayload, SMIMessageSelectable,
SMIEntryTypeMessage, SMIMessageChoices>
Swift
protocol QuickReply : EntryPayload, EntryTypeMessage, SMIMessageChoices, SMIMessageSelectable
Represents a quick reply message.
-
The question text for the quick reply.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *_Nonnull text;
Swift
var text: String { get }