lua-telegram-bot Questions
4
Solved
I am making a database in which my algorithm only accepts queries from users with telegram id length of 9.
user_id: 123456789;
length = user_id.length;
display(length);
OUTPUT: 9
Are there tele...
Genteel asked 15/7, 2018 at 18:52
1
© 2022 - 2025 — McMap. All rights reserved.