teams message reply
Auto-generated reference
This page is generated from teams --help-json for release v0.1.0. Do not edit it by hand.
Reply to a channel message.
Synopsis
teams message reply --team TEAM_ID --channel CHANNEL_ID --message-id MESSAGE_ID (--body TEXT | --stdin)
Options
| Option | Value | Required | Env | Default | Description |
|---|---|---|---|---|---|
--message-id | MESSAGE_ID | yes | Message ID to reply to | ||
--body | TEXT | no | Reply body | ||
--stdin | no | Read reply from stdin |
Examples
No command-specific examples are published yet.
Exit Codes
| Code | Meaning |
|---|---|
| 0 | success |
| 2 | invalid input |
| 3 | authentication error |
| 4 | permission denied |
| 6 | rate limited |