PeerLinkRequests
---types---
communities.peerLinkRequests#2244afad flags:# total_count:int requests:Vector<CommunityPeerRequest> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = communities.PeerLinkRequests
Belongs to
This type can only be an instance of:
Members
| total_count | int | |
| requests | CommunityPeerRequest | A list must be supplied. |
| chats | Chat | A list must be supplied. |
| users | User | A list must be supplied. |
| next_offset | string | This argument defaults to None and can be omitted. |