Releases: sendbird/sendbird-platform-sdk-typescript
1.0.27
-
Allow null for user values to prevent parsing errors.
-
Add a files property to the message object to support messages with multiple files.
-
Incorrectly required fields in
PUT /group_channels/{channel_url}
- Made all options except channel_url as optional
-
Incorrectly required fields in
PUT /open_channels/{channel_url}
- Made all options except channel_url as optional
-
Required fields in
PUT /users/{user_id}
- Made nickname and profile_url optional
-
GET /group_channels/{channel_url}/messages/unread_count
- Added support for multiple
user_ids
in the query parameters.
- Added support for multiple
-
Removed the redundant property
isFrozen
inGroupChannel
,Open Channel
- Use
freeze
instead.
- Use
-
DELETE /users/{user_id}/push/{token_type}/{token}
- Fixed the incorrect response type:
token
is now a string, not an array of strings.
- Fixed the incorrect response type:
-
GET /{channel_type}/{channel_url}/messages
- Fixed the issue with
og:image
missing the "type" field
- Fixed the issue with
-
Incorrectly required fields in gc_update_channel_by_url
- Made all options except
channel_url
as optional
- Made all options except
-
Required fields in updateUserByID
- Made
nickname
andprofile_url
optional
- Made
-
Make apiToken(apiToken) function as optional for each request.
-
Updated
/v3/bots/{bot_userid}/send
- Added
extended_message_payload
- Added
target_message_id
- Added
-
Added new apis
POST /v3/group_channels/{channel_url}/typing
PUT /v3/group_channels/{channel_url}/typing
-
Made the following fields optional
POST /v3/group_channels/{channel_url}/invite
users
invitation_status
hidden_status
PUT /v3/users/{user_id}/push_preference
block_push_from_bots
push_blocked_bot_ids
-
Added
read_receipt
field to the Group channel instance. -
/v3/{channel_type}/{channel_url}/messages
- Added following request parameters
include_reply_type
include_parent_message_info
parent_messagse_info
will be included in the response
- Added following request parameters
-
/v3/{channel_type}/{channel_url}/messages/{message_id}
- Added following request parameters
include_parent_message_info
parent_messagse_info
will be included in the response
- Added following request parameters
-
Fixed incorrect date types
1.0.15
switch to group parameters
0.0.14
v0.0.14
1.0.7
1.0.3
- Introduce announcement API
- Introduce metadata API
- Ensure all moderation paths are under Moderation API
1.0.0
Initial release