Hierarchy

  • BaseListQueryParams
  • default
    • GroupChannelListQueryParams

Properties

channelNameContainsFilter?: string

A channel name filter. GroupChannel list containing the passed channel name will be returned. If you pass name such as "abc", then the returned channel list will be containing name like "abc".

channelUrlsFilter?: string[]

List of channel URL filter. GroupChannel list of exactly matched channel URLs will be returned.

createdAfter?: number

Restricts the search scope to only retrieve group channels which have been created after the specified time, in milliseconds.

createdBefore?: number

Restricts the search scope to only retrieve group channels which have been created before the specified time, in milliseconds.

customTypeStartsWithFilter?: string

A filter to return channels that start with the specified customType.

customTypesFilter?: string[]

List of custom type filter. GroupChannel list of exactly matched custom types will be returned.

hiddenChannelFilter?: HiddenChannelFilter

Hidden channel filter. Refer to HiddenChannelFilter.

includeChatNotification?: boolean

Whether to include chat notification channels.

includeEmpty?: boolean

Whether to include the channels with no message. (default: true)

includeFrozen?: boolean

Whether to include frozen channels or not. (default: true)

includeMetaData?: boolean

Whether to include channel metadata. (default: true)

limit?: number

Description

The maximum number of data per queried page.

metadataKey?: string

The metadataKey set with either metaDataValues or metaDataValueStartsWith.

metadataOrderKeyFilter?: string

Meta data order key filter. This filter will work only if order is GroupChannelListQueryOrder.METADATA_VALUE_ALPHABETICAL.

metadataValueStartsWith?: string

Works exclusively with metaDataValues.

metadataValues?: string[]

Works exclusively with metaDataValueStartsWith.

myMemberStateFilter?: MyMemberStateFilter

A filter to return channels with the current user state matching to MyMemberStateFilter.

nicknameContainsFilter?: string

Searches for GroupChannels with members whose nicknames contain the specified value. If you pass nickname such as "abc", then the returned channel list will be containing member like "abc". This does not cooperate with other filters.

nicknameExactMatchFilter?: string

Searches for GroupChannels with members whose nicknames match the specified value. This does not cooperate with other filters.

nicknameStartsWithFilter?: string

Searches for GroupChannels with members whose nicknames starts with the specified value. If you pass nickname such as "abc", then the returned channel list will be containing member like "abc*". This does not cooperate with other filters.

Result order of channels. Refer to GroupChannelListQueryOrder. GroupChannelListQueryOrder.METADATA_VALUE_ALPHABETICAL works only with metaDataOrderKeyFilter.

publicChannelFilter?: PublicChannelFilter

Public channel filter. Refer to PublicChannelFilter.

Search fields. Refer to GroupChannelSearchFilter.

superChannelFilter?: SuperChannelFilter

Super channel filter. Refer to SuperChannelFilter.

unreadChannelFilter?: UnreadChannelFilter

Unread channel filter. Refer to UnreadChannelFilter.

User IDs exact filter. Refer to GroupChannelUserIdsFilter

Generated using TypeDoc