SCSChatMenuSelectionEvent
@interface SCSChatMenuSelectionEvent : SCSChatEvent
Information related to a menu selection event.
-
The text of the selected menu item.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *text;
Swift
var text: String! { get }