PublicGroupChannelListQuery
The PublicGroupChannelListQuery
class is a query class for getting the list of public group channels.
The instance of this class is created by createPublicGroupChannelListQuery()
in GroupChannel
class.
-
indicates there are more data to fetch
-
Indicates the query is currently loading or not
-
Fetches next page
-
Copies this object
-
Determines channel list includes empty channel. Deafult is
true
-
Determines channel list includes frozen channel. Default is
true
Since
3.0.182 -
Determines channel list includes their members. Default is
true
-
Determines channel object of the list includes meta data property. Default is
true
Since
3.0.216 -
Sets the order of the list. The order is defined in
PublicGroupChannelListOrder
. Default is.chronological
-
Sets to filter super channel. Default is
.all
-
Sets
GroupChannel
URLs filter.GroupChannel
list containing only and exactly the passedGroupChannel
URLs will be returned.Note
This does not cooperate with other filters. -
Sets the custom types filter.
-
Sets to filter channels by custom type that starts with.
-
Sets
GroupChannel
URLs filter.GroupChannel
list containing only and exactly the passedGroupChannel
URLs will be returned.Note
This does not cooperate with other filters. -
Sets
GroupChannel
names filter.GroupChannel
list containing only and exactly the passedGroupChannel
name will be returned.Note
This does not cooperate with other filters. -
Sets a key for ordering by value in the metadata.
This is valid when the
order
is.channelMetaDataValueAlphabetical
only.Since
3.0.118 -
Searches for group channels with metadata containing an item with the specified value as its key
Since
3.0.232 -
Searches for group channels with metadata containing an item with the key specified by the metaDataKey
Since
3.0.232 -
Searches for group channels with metadata containing an item with the key specified by the metaDataKey and the values of that item start with the specified value
Since
3.0.232 -
Specifies the number of results to return per call. (Default: 20)