vrchat_get_invite_message
Retrieve specific invite messages from VRChat users, including normal invites, responses, requests, and request replies, using admin credentials to access other users' messages.
Instructions
Returns a specific invite message. Admin Credentials are required to view messages of other users!
Message type refers to a different collection of messages:
- message = Message during a normal invite
- response = Message when replying to a message
- request = Message when requesting an invite
- requestResponse = Message when replying to a request for inviteInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | Must be a valid user ID. | |
| messageType | No | The type of message to fetch. Must be a valid InviteMessageType. | message |
| slot | Yes | Slot number of the message to fetch. |