ConversationHasReadTips$json top-level constant

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

Implementation

@$core.Deprecated('Use conversationHasReadTipsDescriptor instead')
const ConversationHasReadTips$json = {
  '1': 'ConversationHasReadTips',
  '2': [
    {'1': 'userID', '3': 1, '4': 1, '5': 9, '10': 'userID'},
    {'1': 'conversationID', '3': 2, '4': 1, '5': 9, '10': 'conversationID'},
    {'1': 'hasReadSeq', '3': 3, '4': 1, '5': 3, '10': 'hasReadSeq'},
    {'1': 'unreadCountTime', '3': 4, '4': 1, '5': 3, '10': 'unreadCountTime'},
  ],
};