get_community_peer_link_requests()¶
- Client.get_community_peer_link_requests()¶
Get pending peer link requests for a community.
Usable by Users Bots- Parameters:
community_id (
int|str) – The community channel.offset (
str, optional) – Pagination offset. Defaults to empty string (start from beginning).limit (
int, optional) – Maximum number of results. Defaults to 100.
- Returns:
PeerLinkRequests– The pending requests.
Example
requests = await app.get_community_peer_link_requests(community_id)