We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf0a5f commit 5ab1954Copy full SHA for 5ab1954
1 file changed
README.md
@@ -43,7 +43,8 @@ print sc.api_call("api.test")
43
print sc.api_call("channels.info", channel="1234567890")
44
print sc.api_call(
45
"chat.postMessage", channel="#general", text="Hello from Python! :tada:",
46
- username='pybot', icon_emoji=':robot_face:'
+ username='pybot', icon_emoji=':robot_face:',
47
+ attachments=[{'title': 'This is an attachment', 'color': 'good'}]
48
)
49
```
50
0 commit comments