msgItemLongPressActions property

List<ChatUIKitActionType> msgItemLongPressActions
getter/setter pair

Message long press menu

Implementation

static List<ChatUIKitActionType> msgItemLongPressActions = [
  ChatUIKitActionType.reaction,
  ChatUIKitActionType.copy, // only text message
  ChatUIKitActionType.forward,
  ChatUIKitActionType.thread, // only group message
  ChatUIKitActionType.reply,
  ChatUIKitActionType.recall,
  ChatUIKitActionType.edit, // only text message
  ChatUIKitActionType.multiSelect,
  ChatUIKitActionType.pinMessage,
  ChatUIKitActionType.translate, // only text message
  ChatUIKitActionType.report,
  ChatUIKitActionType.delete,
];