(apiKey)
| 1395 | // Verified via extracted FileDescriptorProto on 2026-04-21 (scripts/ls-protos). |
| 1396 | |
| 1397 | export function buildGetUserStatusRequest(apiKey) { |
| 1398 | return writeMessageField(1, buildMetadata(apiKey)); |
| 1399 | } |
| 1400 | |
| 1401 | export function extractUserStatusBytes(getUserStatusResponseBuf) { |
| 1402 | if (!getUserStatusResponseBuf || getUserStatusResponseBuf.length === 0) return null; |
no test coverage detected