Record
dashboard-im-response-users-item
No description available.
record dashboard-im-response-users-item {
calls-receive: option<s32>,
calls-send: option<s32>,
email: option<string>,
emoji-receive: option<s32>,
emoji-send: option<s32>,
files-receive: option<s32>,
files-send: option<s32>,
group-receive: option<s32>,
group-send: option<s32>,
images-receive: option<s32>,
images-send: option<s32>,
total-receive: option<s32>,
total-send: option<s32>,
user-id: option<string>,
user-name: option<string>,
videos-receive: option<s32>,
videos-send: option<s32>,
voice-receive: option<s32>,
voice-send: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| calls-receive | option<s32> | |
| calls-send | option<s32> | |
| option<string> | ||
| emoji-receive | option<s32> | |
| emoji-send | option<s32> | |
| files-receive | option<s32> | |
| files-send | option<s32> | |
| group-receive | option<s32> | |
| group-send | option<s32> | |
| images-receive | option<s32> | |
| images-send | option<s32> | |
| total-receive | option<s32> | |
| total-send | option<s32> | |
| user-id | option<string> | |
| user-name | option<string> | |
| videos-receive | option<s32> | |
| videos-send | option<s32> | |
| voice-receive | option<s32> | |
| voice-send | option<s32> |