optns
https://w1.nandbox.net/user
User
This object represents a nandbox user or bot account.
| Field | Type | Required | Description |
|---|---|---|---|
| id | String | Yes | Unique identifier for this user or bot |
| name | String | Yes | User or bot name. |
| version | String | Yes | Last updated user profile version. |
| terminal | String | Optional | Mobile if it is sent from mobile, API if it is sent from API. It will returned only if the user object come inside incoming message |
| type | String | Optional | Contact if it is sent from normal user, Bot if it is sent from Bot. It will returned only if the user object come inside incoming message |
| is_bot | Boolean | Optional | True if this user is a bot. Returned only in GetUser |
| status | String | Optional | User status. Returned only in GetUser |
| photo | Photo | Optional | Public user's Photo. Returned only in GetUser |
| profile | String | Optional | Profile type "Other" , "Friend" , "Work" or "Family" |
Tag Defination
| Field | Type | Required | Description |
|---|---|---|---|
| name | String | Yes | The name of tag |
| description | String | Yes | Description of tag |
| id | String | Yes | Id of tag |
| isPrivate | Integer | Yes | 1= private 0= no private |
