Expand description
Native Inline client request and record types. Native Inline client request and record types.
These are first-class Inline concepts. Bridge protocol envelopes, HTTP
routes, adapter DTOs, and process-management details belong in adapter
adapter crates, not in inline-client.
Structs§
- Auth
Start Request - Request to send an Inline login code.
- Auth
Start Result - Response from sending an Inline login code.
- Auth
Token - Secret bearer-style auth token accepted by the client connect command.
- Auth
Verify Request - Request to verify an Inline login code.
- Auth
Verify Result - Response from verifying an Inline login code.
- Chat
Create Participant - User participant supplied when creating an Inline chat.
- Chat
Participant Record - Chat participant returned by the client.
- Chat
Participants Page - A chat participant snapshot.
- Chat
Participants Request - Request to fetch chat participants.
- Client
Status Snapshot - Snapshot returned by status APIs.
- Connect
Request - Request to connect or reconnect the client.
- Create
DmRequest - Request to create or open a direct message chat.
- Create
Reply Thread Request - Request to create a child Inline thread, optionally anchored to a message.
- Create
Thread Request - Request to create a regular Inline thread chat.
- Created
Chat - Chat created or opened by the client.
- Delete
Message Request - Request to delete or unsend a message.
- Dialog
Record - Dialog item returned by the client.
- Dialogs
Page - A page of dialogs.
- Dialogs
Request - Request to list dialogs.
- Edit
Message Request - Request to edit a text message.
- History
Page - A page of chat history.
- History
Request - Request to fetch chat history.
- Message
Mutation - A message mutation acknowledgement.
- Message
Record - Message record returned by history/detail commands.
- React
Request - Request to add or remove a reaction.
- Read
Request - Request to mark messages read.
- Send
Text Request - Request to send a text message.
- Typing
Request - Request to set typing state.
- Upload
Handle - Uploaded file/media handle returned by the client.
- Upload
Request - Request to upload and send media.
- User
Record - User profile summary returned by the client.
Enums§
- Auth
Contact Kind - Contact method used for client-owned Inline login.
- Auth
Credential - Credential supplied during client connect.
- Media
Kind - Inline media kind exposed by client message descriptors.
- Message
Content - Message content returned by the client.
- PeerRef
- Inline peer reference used by client operations.