There was an error while loading. Please reload this page.
1 parent cef25cf commit 48a4f74Copy full SHA for 48a4f74
1 file changed
advanced-kits/imessage/messages.mdx
@@ -40,7 +40,7 @@ await im.messages.send(chat, "Hello!", {
40
| `audioMessage` | `boolean` | Send attachment as an audio message |
41
| `sticker` | `{ attachment: AttachmentGuid; target: MessageGuid; placement?: StickerPlacement }` | Send as a sticker on another message |
42
| `formatting` | `TextFormatInput[]` | Bold, italic, underline, or text effects |
43
-| `service` | `"iMessage" \| "SMS" \| "RCS"` | Override service |
+| `service` | `"iMessage" \| "SMS" \| "RCS"` | Override service (default: tries iMessage first, then RCS, then falls back to SMS) |
44
| `clientMessageId` | `string` | Idempotency key |
45
| `ddScan` | `boolean` | Enable data detectors scan |
46
| `richLink` | `boolean` | Expand URLs to rich link previews |
0 commit comments