PresenceStatus$json top-level constant
Implementation
@$core.Deprecated('Use presenceStatusDescriptor instead')
const PresenceStatus$json = {
'1': 'PresenceStatus',
'2': [
{'1': 'OFFLINE', '2': 0},
{'1': 'ONLINE', '2': 1},
{'1': 'AWAY', '2': 2},
{'1': 'BUSY', '2': 3},
{'1': 'INVISIBLE', '2': 4},
],
};