ReactionRequest$json top-level constant

  1. @Deprecated('Use reactionRequestDescriptor instead')
Map<String, Object> const ReactionRequest$json

Implementation

@$core.Deprecated('Use reactionRequestDescriptor instead')
const ReactionRequest$json = {
  '1': 'ReactionRequest',
  '2': [
    {'1': 'fid', '3': 1, '4': 1, '5': 4, '10': 'fid'},
    {'1': 'reaction_type', '3': 2, '4': 1, '5': 14, '6': '.ReactionType', '10': 'reactionType'},
    {'1': 'target_cast_id', '3': 3, '4': 1, '5': 11, '6': '.CastId', '9': 0, '10': 'targetCastId'},
    {'1': 'target_url', '3': 4, '4': 1, '5': 9, '9': 0, '10': 'targetUrl'},
  ],
  '8': [
    {'1': 'target'},
  ],
};