1.0.0 (2021-03-29)
Breaking Changes
- Renamed
ChatThread
toChatThreadProperties
- Renamed
ChatThreadInfo
toChatThreadItem
- Renamed
repeatabilityRequestId
toidempotencyToken
- SendMessage returns
SendChatMessageResult
instead of string ID - Renamed
CommunicationError
toChatError
- Renamed
CommunicationErrorResponse
toChatErrorResponse
- Moved
getChatThread
toChatThreadClient
and renamed togetProperties
- Removed
AddChatParticipantsOptions
- Changed
addParticipants
to takeIterable<ChatParticipant>
instead ofAddChatParticipantsOptions
- Added
context
parameter to the max overloads oflistParticipants
,listReadReceipts
CreateChatThreadOptions
constructor now requirestopic
- Removed
setTopic
fromCreateChatThreadOptions
Added
- Added
ChatThreadClientBuilder