attachMenuBots#3c4301c0 hash:long bots:Vector<AttachMenuBot> users:Vector<User> = AttachMenuBots;
| Name | Type | Description |
|---|---|---|
| hash | long | Hash of what the client already has. If it matches, the server answers "not modified" and sends nothing again. |
| bots | Vector<AttachMenuBot> | List of bots. |
| users | Vector<User> | Users referenced by the response — the client should put them in its cache. |