ReactionType$json top-level constant
Implementation
@$core.Deprecated('Use reactionTypeDescriptor instead')
const ReactionType$json = {
'1': 'ReactionType',
'2': [
{'1': 'REACTION_TYPE_NONE', '2': 0},
{'1': 'REACTION_TYPE_LIKE', '2': 1},
{'1': 'REACTION_TYPE_RECAST', '2': 2},
],
};