allOwnedChannels
Get all channels the user owns.
This property provides a list of Channel objects representing all channels that the user owns. These are channels that the user has created or has full administrative control over.
Behavior:
The list is automatically updated with the latest information each time it is accessed, reflecting changes from allChannels, such as new channels created or updates to the user's owned channels.
Usage:
This property can be used to display or manage channels the user owns, for example, by rendering a list of owned channels in a UI component or applying administrative functionalities like editing or deleting channels.
Return
A List of Channel objects representing all channels the user owns.