You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GroupChannelApi.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -583,13 +583,7 @@ let opts = {
583
583
'metacounterValueGte':"metacounterValueGte_example", // String | Searches for group channels with metacounter containing an item with the key specified by the metadata_key parameter, where the value of that item is greater than or equal to the value specified by this parameter. To use this parameter, the metacounter_key parameter should be specified.
584
584
'metacounterValueLt':"metacounterValueLt_example", // String | Searches for group channels with metacounter containing an item with the key specified by the metadata_key parameter, where the value of that item is lower than the value specified by this parameter. To use this parameter, the metacounter_key parameter should be specified.
585
585
'metacounterValueLte':"metacounterValueLte_example", // String | Searches for group channels with metacounter containing an item with the key specified by the metadata_key parameter, where the value of that item is lower than or equal to the value specified by this parameter. To use this parameter, the metacounter_key parameter should be specified.
586
-
'includeSortedMetaarrayInLastMessage':false, // Boolean | Determines whether to include the sorted_metaarray as one of the last_message’s properties in the response.
587
-
'customType':ANNOUNCEMENT, // String | (Deprecated) Returns channels whose custom_type matches the given value. If this field is not specified, all channels are returned, regardless of their custom type. The string passed here must be urlencoded.
588
-
'readReceipt':false, // Boolean | (Deprecated) Superseded by show_read_receipt.
589
-
'member':true, // Boolean | (Deprecated) Superseded by show_member.
590
-
'isDistinct':true, // Boolean | (Deprecated) Superseded by distinct_mode.
591
-
'membersIn':"membersIn_example", // String | (Deprecated) Superseded by members_exactly_in.
592
-
'userId':"userId_example"// String | (Deprecated) Restricts the search scope to only retrieve the target user's group channels. It's recommended to use the list group channels by user action instead.
586
+
'includeSortedMetaarrayInLastMessage':false// Boolean | Determines whether to include the sorted_metaarray as one of the last_message’s properties in the response.
console.log('API called successfully. Returned data: '+ data);
@@ -641,12 +635,6 @@ Name | Type | Description | Notes
641
635
**metacounterValueLt** | **String**| Searches for group channels with metacounter containing an item with the key specified by the metadata_key parameter, where the value of that item is lower than the value specified by this parameter. To use this parameter, the metacounter_key parameter should be specified. | [optional]
642
636
**metacounterValueLte** | **String**| Searches for group channels with metacounter containing an item with the key specified by the metadata_key parameter, where the value of that item is lower than or equal to the value specified by this parameter. To use this parameter, the metacounter_key parameter should be specified. | [optional]
643
637
**includeSortedMetaarrayInLastMessage** | **Boolean**| Determines whether to include the sorted_metaarray as one of the last_message’s properties in the response. | [optional]
644
-
**customType** | **String**| (Deprecated) Returns channels whose custom_type matches the given value. If this field is not specified, all channels are returned, regardless of their custom type. The string passed here must be urlencoded. | [optional]
645
-
**readReceipt** | **Boolean**| (Deprecated) Superseded by show_read_receipt. | [optional]
646
-
**member** | **Boolean**| (Deprecated) Superseded by show_member. | [optional]
647
-
**isDistinct** | **Boolean**| (Deprecated) Superseded by distinct_mode. | [optional]
648
-
**membersIn** | **String**| (Deprecated) Superseded by members_exactly_in. | [optional]
649
-
**userId** | **String**| (Deprecated) Restricts the search scope to only retrieve the target user's group channels. It's recommended to use the list group channels by user action instead. | [optional]
0 commit comments