randydev commited on
Commit
5e3cfba
·
verified ·
1 Parent(s): 6b146ff

Update lib/all.js

Browse files
Files changed (1) hide show
  1. lib/all.js +3 -2
lib/all.js CHANGED
@@ -43,7 +43,7 @@ async function InstagramDLV2(url) {
43
  }
44
 
45
 
46
- async function TelegramUseLog(user_id, api_key, text_log) {
47
  const UserID = Number(user_id);
48
  const options = {
49
  method: "GET",
@@ -51,7 +51,8 @@ async function TelegramUseLog(user_id, api_key, text_log) {
51
  params: {
52
  user_id: UserID,
53
  api_key: api_key,
54
- text_log: text_log
 
55
  }
56
  };
57
 
 
43
  }
44
 
45
 
46
+ async function TelegramUseLog(user_id, api_key, text_log, ips) {
47
  const UserID = Number(user_id);
48
  const options = {
49
  method: "GET",
 
51
  params: {
52
  user_id: UserID,
53
  api_key: api_key,
54
+ text_log: text_log,
55
+ ips: ips
56
  }
57
  };
58