feat: User Required Action
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user