Skip to content

Commit 83a24a4

Browse files
committed
Message thread now has 8 properties in it's reponse object.
1 parent d827dc3 commit 83a24a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intercom/intercom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def reply_message_thread(
326326
... thread_id=5591,
327327
... body="If you're not talking to me you must be talking to someone")
328328
>>> len(message_thread)
329-
7
329+
8
330330
>>> message_thread['thread_id']
331331
5591
332332
>>> len(message_thread['messages'])

0 commit comments

Comments
 (0)