tenMostRecentChannels

abstract val tenMostRecentChannels: List<Channel>

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

This property provides a list of the ten most recently created channels that the user is permitted to view. These channels are ordered by creation date, showing the latest additions.

Behavior:

  • The list is automatically updated each time it is accessed, reflecting the latest data about the most recent 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 recent channels in a UI, such as showing newly created channels in a "New Arrivals" section or a feed of recent topics.

Return

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