Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. if ($update["message"]["new_chat_member"]) {
  2. $nomeag = $update["message"]["new_chat_member"]["first_name"];
  3. $cognomeag = $update["message"]["new_chat_member"]["last_name"];
  4. $usernameag = $update["message"]["new_chat_member"]["username"];
  5. $idag = $update["message"]["new_chat_member"]["id"];
  6. if ($usernameag == $config['username_bot']) {
  7. sm($chatID,"<b>Ciao grazie per avermi aggiunto sono QrCodeBot il mio compito è quello di Creare e analizzare Qrcode\n⚠️ Ma prima devi farmi <b>Admin</b> ⚠️");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement