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
This is a python library that makes talking to the [Sendbird Platform API](https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api) easier. With this library you can extend your Sendbird integration to include advanced features like channel automation and user management.
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
@@ -969,12 +969,6 @@ with sendbird_platform_sdk.ApiClient() as api_client:
969
969
metacounter_value_lt ="metacounter_value_lt_example"# str | 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)
970
970
metacounter_value_lte ="metacounter_value_lte_example"# str | 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)
971
971
include_sorted_metaarray_in_last_message =False# bool | Determines whether to include the sorted_metaarray as one of the last_message’s properties in the response. (optional)
972
-
custom_type ="ANNOUNCEMENT"# str | (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)
973
-
read_receipt =False# bool | (Deprecated) Superseded by show_read_receipt. (optional)
974
-
member =True# bool | (Deprecated) Superseded by show_member. (optional)
975
-
is_distinct =True# bool | (Deprecated) Superseded by distinct_mode. (optional)
976
-
members_in ="members_in_example"# str | (Deprecated) Superseded by members_exactly_in. (optional)
977
-
user_id ="user_id_example"# str | (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)
978
972
979
973
# example passing only required values which don't have defaults set
980
974
try:
@@ -988,7 +982,7 @@ with sendbird_platform_sdk.ApiClient() as api_client:
print("Exception when calling GroupChannelApi->list_channels: %s\n"% e)
@@ -1036,12 +1030,6 @@ Name | Type | Description | Notes
1036
1030
**metacounter_value_lt** | **str**| 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]
1037
1031
**metacounter_value_lte** | **str**| 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]
1038
1032
**include_sorted_metaarray_in_last_message** | **bool**| Determines whether to include the sorted_metaarray as one of the last_message’s properties in the response. | [optional]
1039
-
**custom_type** | **str**| (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]
1040
-
**read_receipt** | **bool**| (Deprecated) Superseded by show_read_receipt. | [optional]
1041
-
**member** | **bool**| (Deprecated) Superseded by show_member. | [optional]
1042
-
**is_distinct** | **bool**| (Deprecated) Superseded by distinct_mode. | [optional]
1043
-
**members_in** | **str**| (Deprecated) Superseded by members_exactly_in. | [optional]
1044
-
**user_id** | **str**| (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