This is comment for paste
Untitled
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ($input.first().json.message.from.id !== YOUR_USER_ID_HERE) { // Replace with your actual ID
- return {unauthorized: true};
- } else {
- // Return the original data when authorized
- return $input.all();
- }
Add Comment
Please, Sign In to add comment