actionType property

String? get actionType

Chat action type.

Implementation

String? get actionType => action?['type'] ?? message['action'];