Message$json top-level constant

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

Implementation

@$core.Deprecated('Use messageDescriptor instead')
const Message$json = const {
  '1': 'Message',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'conversation_id', '3': 2, '4': 1, '5': 9, '10': 'conversationId'},
    const {'1': 'author', '3': 3, '4': 1, '5': 11, '6': '.Nuntio.User', '10': 'author'},
    const {'1': 'sent_at', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'sentAt'},
    const {'1': 'text', '3': 5, '4': 1, '5': 9, '10': 'text'},
    const {'1': 'recipients', '3': 6, '4': 3, '5': 9, '10': 'recipients'},
    const {'1': 'reply_to', '3': 7, '4': 1, '5': 11, '6': '.Nuntio.Message', '10': 'replyTo'},
    const {'1': 'reactions', '3': 8, '4': 3, '5': 11, '6': '.Nuntio.MessageReaction', '10': 'reactions'},
    const {'1': 'is_deleted', '3': 9, '4': 1, '5': 8, '10': 'isDeleted'},
    const {'1': 'file', '3': 10, '4': 1, '5': 11, '6': '.Nuntio.File', '10': 'file'},
  ],
};