feat: User Required Action

This commit is contained in:
Elysia
2023-07-27 17:52:12 +07:00
parent 004dbca726
commit eb9d68bcc9
12 changed files with 109 additions and 14 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ class Invite extends Base {
};
await this.client.api.invites(this.code).post({
data: {
session_id: this.client.session_id,
session_id: this.client.sessionId,
},
headers: {
'X-Context-Properties': Buffer.from(JSON.stringify(dataHeader), 'utf8').toString('base64'),