channels.sendAsPeers#f496b0c6 peers:Vector<SendAsPeer> chats:Vector<Chat> users:Vector<User> = channels.SendAsPeers;
| Name | Type | Description |
|---|---|---|
| peers | Vector<SendAsPeer> | A list of users and chats. |
| chats | Vector<Chat> | Chats and channels referenced by the response — the client should put them in its cache. |
| users | Vector<User> | Users referenced by the response — the client should put them in its cache. |