ඔයාලගේ පොන් වලත් 90hz refresh rate තිබ්බට 90fps යන්නේ නැද්ද?
ඔයාලගේ පොන් වලත් 60hz refresh rate තිබ්බට 60fps යන්නේ නැද්ද?
එනම් අපිට මැසේජ් එකක් දාන්න
@Mr_Dev_ixAAr
Only Paid Service 💳
PUBG
COD
MLBB
FREE FIRE
120FPS Support any game
Welcome to TechTokᴸᴷ, the ultimate destination for exploring the exciting world of technology! With the username @techtoklk, this Telegram channel is your go-to source for all things tech-related. From the latest gadgets and devices to the most innovative trends and developments in the tech industry, TechTokᴸᴷ has got you covered.
Curious about the newest smartphone on the market? Want to learn more about the future of artificial intelligence? Interested in discovering the top apps for boosting productivity? Look no further than TechTokᴸᴷ.
Whether you're a tech enthusiast, a professional in the industry, or simply someone who loves to stay informed about the latest tech advancements, this channel is for you. Join a community of like-minded individuals who share your passion for all things tech and connect with experts who are at the forefront of innovation.
So, what are you waiting for? Come and explore the tech world with us on TechTokᴸᴷ. Stay ahead of the curve, discover cutting-edge technologies, and immerse yourself in the exciting world of tech. Join us today and be part of the conversation as we dive into the endless possibilities of technology. Let's embrace the future together! 🌍
05 Feb, 15:51
04 Jan, 01:20
19 Dec, 13:44
+1 (800) 242-8478
11 Dec, 19:18
11 Dec, 19:10
11 Dec, 18:38
10 Dec, 06:52
15 Nov, 13:19
11 Nov, 09:42
10 Nov, 18:47
03 Nov, 12:01
node -v
කියන command එක run කරන්න. හරියට install වෙලා නම් version number එකක් එයි මේ වගේ v20.18.0
✅npm init -y
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
npm install whatsapp-web.js
npm install qrcode-terminal
const { Client } = require('whatsapp-web.js');
const qrcode = require('qrcode-terminal');
const client = new Client();
client.on('ready', () => {
console.log('Client is ready!');
});
client.on('qr', qr => {
qrcode.generate(qr, {small: true});
});
client.on('message_create', message => {
console.log(message.body);
if (message.body === 'hi') {
client.sendMessage(message.from, 'hello !!! how are you');
}
});
client.initialize();
hello !!! how are you
කියලා reply එකක් එනවා 💬. npm start
01 Nov, 08:16
30 Oct, 16:18
23 Oct, 10:08
21 Oct, 17:00
19 Oct, 18:13
18 Oct, 14:35
13 Oct, 18:01
05 Oct, 08:36