ritsuyan

Results 5 issues of ritsuyan

I just simply run a demo code on a US VPS. ``` const bot = new TelegramBot(token, {polling: true}); bot.on('message', function(msg) { if (msg.new_chat_members != undefined) { bot.sendMessage(msg.chat.id, msg.new_chat_member.username +...

``` if (imgsArrangeTopArr && imgsArrangeTopArr[0]) { imgsArrangeArr.splice(topImgSpliceIndex, 0, imgsArrangeTopArr[0]); } imgsArrangeArr.splice(centerIndex, 0, imgsArrangeCenterArr[0]); ```

excume me, I want to implement communications between android and iphone by bluetooth, but I had read some articles and documentations which tells me not support **communicating between phones using...

question