Send a Chat Message
Find a chat, then send:
CHAT_ID=$(teams chat list --output json | jq -r '.data[0].id')
teams message send --chat "$CHAT_ID" --body "Status update complete." --output json
If a chat is visible but message read or send fails, check membership and meeting roster constraints.