Skip to content

Commit 89f200f

Browse files
docs: update advanced-imessage-ts documentation for v0.8.0 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9444392 commit 89f200f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

advanced-kits/imessage/typecheck.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import type {
88
AdvancedIMessage,
99
AttachmentInfo,
1010
Chat,
11+
LocationRequestReceipt,
1112
Message,
1213
Poll,
1314
UploadAttachmentResult,
@@ -36,6 +37,7 @@ declare const uploaded: UploadAttachmentResult;
3637
declare const audio: UploadAttachmentResult;
3738
declare const attachment: AttachmentInfo;
3839
declare const poll: Poll;
40+
declare const receipt: LocationRequestReceipt;
3941
declare const lastHandledSequence: number | undefined;
4042
declare const pageToken: string | undefined;
4143
declare const since: number | undefined;

docs-src/advanced-kits/imessage/getting-started.mdx.vel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The client is organized by resource:
165165
| `im.attachments` | Upload files, read metadata, and stream downloads |
166166
| `im.polls` | Create polls, vote, unvote, add options, and subscribe to poll events |
167167
| `im.addresses` | Check address metadata, Focus silence state, and iMessage availability |
168-
| `im.locations` | Read Find My shared friend locations and watch live updates |
168+
| `im.locations` | Read Find My shared friend locations, request location sharing, and watch live updates |
169169
| `im.events` | Replay durable events after a disconnect |
170170

171171
## Next Steps
@@ -183,4 +183,4 @@ Use as needed:
183183
- [Attachments](/advanced-kits/imessage/attachments) — upload files, read metadata, and stream downloads
184184
- [Polls](/advanced-kits/imessage/polls) — create polls, vote, and subscribe to poll events
185185
- [Addresses](/advanced-kits/imessage/addresses) — check addresses, Focus state, and iMessage availability
186-
- [Locations](/advanced-kits/imessage/locations) — read Find My shared friend locations
186+
- [Locations](/advanced-kits/imessage/locations) — read Find My shared friend locations and request location sharing

0 commit comments

Comments
 (0)