We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e138298 commit 9e61d3fCopy full SHA for 9e61d3f
README.md
@@ -47,7 +47,7 @@ channel = chat.channel("messaging", "kung-fu")
47
channel.create("chuck")
48
49
# add a first message to the channel
50
-channel.send_message({"text": "AMA about kung-fu"})
+channel.send_message({"text": "AMA about kung-fu"}, "chuck")
51
52
```
53
0 commit comments