allPendingChannels
Get all channels with pending membership requests for the user.
This property provides a list of Channel objects representing all channels where the user has a pending membership request. These are channels that the user has requested to join, but their membership is still awaiting approval or confirmation.
Behavior:
The list is automatically updated with the latest information each time it is accessed, reflecting changes from allChannels, such as new pending requests or updates to the user's membership status.
Usage:
This property can be used to display or manage channels where the user is waiting for membership approval, allowing users to track their pending requests or display them in a UI component.
Return
A List of Channel objects representing all channels with pending membership requests for the user.