SendTextInputAction.deserialize constructor

SendTextInputAction.deserialize(
  1. Map<String, String> json
)

Deserializes this command from the value generated by serialize.

Implementation

SendTextInputAction.deserialize(super.json)
    : textInputAction =
          _textInputActionIndex.lookupBySimpleName(json['action']!),
      super.deserialize();