teams message reply
Auto-generated reference
This page is generated from checked-in CLI metadata for release v0.3.0. Do not edit it by hand.
Reply to a channel message.
Synopsis
teams message reply [OPTIONS] --team <TEAM> --channel <CHANNEL> --message-id <MESSAGE_ID>
Options
| Option | Value | Required | Env | Default | Description |
|---|---|---|---|---|---|
--team | TEAM_ID | yes | Team ID | ||
--channel | CHANNEL_ID | yes | Channel ID | ||
--message, --message-id | MESSAGE_ID | yes | Message ID to reply to | ||
--body | TEXT | no | Reply body text | ||
--stdin | no | Read message body from stdin | |||
--content-type | CONTENT_TYPE | no | text | Content type: text or html | |
--image | IMAGE | no | Image file to send inline, like a pasted screenshot (repeatable) | ||
--attach | ATTACH | no | File to upload and attach (repeatable; needs a Files.ReadWrite scope) |
Examples
No command-specific examples are published yet.
Exit Codes
| Code | Meaning |
|---|---|
| 0 | success |
| 2 | invalid input |
| 3 | authentication error |
| 4 | permission denied |
| 5 | not found |
| 6 | rate limited |