1.0.0b5 (2021-03-09)
Breaking Changes
- Added support for communication identifiers instead of raw strings.
- Changed return type of
create_chat_thread
:ChatThreadClient -> CreateChatThreadResult
- Changed return types
add_participants
:None -> list[(ChatThreadParticipant, CommunicationError)]
- Added check for failure in
add_participant
Added
- Removed nullable references from method signatures.