tenMostFollowedChannels

abstract val tenMostFollowedChannels: List<Channel>

Get the ten most followed channels the user is allowed to view.

This property provides a list of the ten channels with the highest number of members that the user is permitted to view. These channels are the most popular based on membership count.

Behavior:

  • The list is automatically updated each time it is accessed, reflecting the latest data about the most followed channels.

  • It includes channels the user has access to, based on visibility permissions (public or accessible to the user).

Usage:

  • This property can be used to display the most followed channels in a UI, such as showing popular channels in a leaderboard or a recommended list based on user interests.

Return

A List of Channel objects representing the ten most followed channels the user is allowed to view.