optns
https://w1.nandbox.net/blacklist
This object represents a blacklist. It is returned as a reply to getBlacklist
If you add the same user to the blacklist and whitelist, the priority goes to the blacklist.
| Field | Type | Required | Description |
|---|---|---|---|
| chat | Chat | Yes | channel or group Unique identifier object where administrators belongs to. |
| eop | String | Yes | Number of page |
| users | Array of SignupUsers | Yes | Array of users |
Signup User
| Field | Type | Required | Description |
|---|---|---|---|
| id | String | yes | Id of signup user |
| signup_user | String | Yes | Signup user (mobile number or email) |
| tags | Array of String | Optional | Only when you have tags in whitelist |
Data
| Field | Type | Required | Description |
|---|---|---|---|
| pattern | String | Yes | Add pattern for black or white list |
| example | String | Yes | Add example of pattern |
