Supports for slack. Create own bot: Getting started.
export const config = Tsu.Object({
token: Tsu.String().describe("Bot's token"),
appToken: Tsu.String().describe('Application token (Use for socket connection)'),
signingSecret: Tsu.String().describe('Signing secret')
})
- on_message (fully supported)
- sendPrivateMsg
- sendGroupMsg
- sendChannelMsg
- text
- image
- voice
- video
Support more standard api...