DmitrMakeev commited on
Commit
aa86eba
1 Parent(s): f381aa1

Update se_opr.html

Browse files
Files changed (1) hide show
  1. se_opr.html +1 -1
se_opr.html CHANGED
@@ -101,7 +101,7 @@
101
  'Content-Type': 'application/json'
102
  },
103
  body: JSON.stringify({
104
- chatId: `${groupId}@g.us`,
105
  message: message,
106
  options: options.map(option => ({ optionName: option }))
107
  })
 
101
  'Content-Type': 'application/json'
102
  },
103
  body: JSON.stringify({
104
+ chatId: `${groupId}`,
105
  message: message,
106
  options: options.map(option => ({ optionName: option }))
107
  })