WebexPythonSDK
WebexPythonSDK copied to clipboard
Work with the Webex APIs in native Python!
Removed duplicate horizontalAlignment from simple_properties and descriptive comments in ColumnSet class. Added horizontalAlignment to simple_properties of Container class.
# Issue #256 Solution: Thread-Aware Message Retrieval ## Problem Description ### Original Issue The Webex Python SDK had a critical limitation where thread message retrieval worked correctly in 1:1 conversations...
By root message I mean the first original message from which a thread starts. In an attempt to capture the root message of a thread (both 1:1 and Space) from...